- sfErr_getOutput
const(char)* sfErr_getOutput()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sfTcpListener_accept
Socket.Status sfTcpListener_accept(sfTcpListener* listener, sfTcpSocket* connected)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sfTcpListener_create
sfTcpListener* sfTcpListener_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sfTcpListener_destroy
void sfTcpListener_destroy(sfTcpListener* listener)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sfTcpListener_getLocalPort
ushort sfTcpListener_getLocalPort(const(sfTcpListener)* listener)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sfTcpListener_isBlocking
bool sfTcpListener_isBlocking(sfTcpListener* listener)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sfTcpListener_listen
Socket.Status sfTcpListener_listen(sfTcpListener* listener, ushort port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sfTcpListener_setBlocking
void sfTcpListener_setBlocking(sfTcpListener* listener, bool blocking)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
A module containing the TcpListener class.