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/SFIpAddress/index.html

Module SFIpAddress

Online documentation for the IpAddress class

type t = string
val fromString : str:string -> t
val fromBytes : b0:char -> b1:char -> b2:char -> b3:char -> t
val fromInteger : int32 -> t
val toString : address:t -> string
val toInteger : address:t -> int32
val getLocalAddress : unit -> t
val getPublicAddress : timeout:SFTime.t -> t
val localHost : unit -> t
val none : unit -> t
val broadcast : unit -> t
OCaml

Innovation. Community. Security.