package sfml

  1. Overview
  2. Docs

Online documentation for the network module

type ip_address_src = [
  1. | `FromBytes of char * char * char * char
  2. | `FromInteger of int32
  3. | `FromString of string
  4. | `GetLocalAddress
  5. | `GetPublicAddress of Oo_sfml_system.time
  6. | `LocalHost
]
class ip_address : ip_address_src -> object ... end
type write_value = [
  1. | `Bool of bool
  2. | `Double of float
  3. | `Float of float
  4. | `Int16 of int
  5. | `Int31 of int
  6. | `Int32 of int32
  7. | `Int8 of int
  8. | `String of string
  9. | `Uint16 of int
  10. | `Uint8 of int
]
type read_value = [
  1. | `inBool
  2. | `inDouble
  3. | `inFloat
  4. | `inInt16
  5. | `inInt31
  6. | `inInt32
  7. | `inInt8
  8. | `inString
  9. | `inUint16
  10. | `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 listing_response : 'a -> object ... end
class ftp : object ... end