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

Module SFTcpListener

Online documentation for the TcpListener class

type t
exception Socket_Not_Ready
exception Socket_Disconnected
exception Socket_Error
val init : unit -> unit
val create : unit -> t
val destroy : listener:t -> unit
val setBlocking : listener:t -> blocking:bool -> unit
val isBlocking : listener:t -> bool
val getLocalPort : listener:t -> int
val listen : listener:t -> ?address:SFIpAddress.t -> port:int -> unit
val accept : listener:t -> SFTcpSocket.t
OCaml

Innovation. Community. Security.