package sfml

  1. Overview
  2. Docs
Bindings to the SFML multimedia library

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-sfml-0.09.2.tar.gz
sha256=ce1e50dec69a4495232261627a359a8fb54d79788147380bee78b0983f8b6951
md5=9ae99bb47bb68d5181d01b7bbc78a351

doc/sfml.network_oo/Oo_sfml_network/class-packet/index.html

Class Oo_sfml_network.packet

val packet : SFPacket.t
method append : data:string -> unit
method can_read : bool
method clear : unit -> unit
method end_of_packet : bool
method get_data : unit -> string
method read : read_value list -> write_value list
method read_bool : unit -> bool
method read_double : unit -> float
method read_float : unit -> float
method read_int16 : unit -> int
method read_int31 : unit -> int
method read_int32 : unit -> int32
method read_int8 : unit -> int
method read_string : unit -> string
method read_uint16 : unit -> int
method read_uint8 : unit -> int
method t : SFPacket.t
method write : write_value list -> unit
method write_bool : bool -> unit
method write_double : float -> unit
method write_float : float -> unit
method write_int16 : int -> unit
method write_int31 : int -> unit
method write_int32 : int32 -> unit
method write_int64 : int64 -> unit
method write_int8 : int -> unit
method write_string : string -> unit
method write_uint16 : int -> unit
method write_uint8 : int -> unit
OCaml

Innovation. Community. Security.