Module Oo_sfml_network

module Oo_sfml_network: sig .. end

Online documentation for the network module

type ip_address_src = [ `FromBytes of char * char * char * char
| `FromInteger of int32
| `FromString of string
| `GetLocalAddress
| `GetPublicAddress of Oo_sfml_system.time
| `LocalHost ]
class ip_address : ip_address_src -> object .. end
type write_value = [ `Bool of bool
| `Double of float
| `Float of float
| `Int16 of int
| `Int31 of int
| `Int32 of int32
| `Int8 of int
| `String of string
| `Uint16 of int
| `Uint8 of int ]
type read_value = [ `inBool
| `inDouble
| `inFloat
| `inInt16
| `inInt31
| `inInt32
| `inInt8
| `inString
| `inUint16
| `inUint8 ]
class packet : object .. end
class tcp_socket : object .. end
class udp_socket : object .. end
class http_request : object .. end
class http_response : SFHttp.Response.t -> object .. end
class http : object .. end
class response : SFFtp.response -> object .. end
class directory_response : SFFtp.directoryResponse -> object .. end
class listing_response : 'a -> object .. end
class ftp : object .. end