package sfml

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.09.tar.gz
sha256=75e28f425d6c40f39f7aac53b413da3d48ecd50aa88cdf644d38a14897a59a30
md5=01ffc5b471d774f2d6234c639b067f04

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.