- sfErr_getOutputconst(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_acceptSocket.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_createsfTcpListener* 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_destroyvoid 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_getLocalPortushort 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_isBlockingbool 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_listenSocket.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_setBlockingvoid 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.