- 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. 
- sfTcpSocket_connectSocket.Status sfTcpSocket_connect(sfTcpSocket* socket, const(char)* hostIP, ushort port, long timeout) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sfTcpSocket_createsfTcpSocket* sfTcpSocket_create() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sfTcpSocket_destroyvoid sfTcpSocket_destroy(sfTcpSocket* socket) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sfTcpSocket_disconnectvoid sfTcpSocket_disconnect(sfTcpSocket* socket) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sfTcpSocket_getLocalPortushort sfTcpSocket_getLocalPort(const(sfTcpSocket)* socket) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sfTcpSocket_getRemoteAddressvoid sfTcpSocket_getRemoteAddress(const(sfTcpSocket)* socket, char* ipAddress) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sfTcpSocket_getRemotePortushort sfTcpSocket_getRemotePort(const(sfTcpSocket)* socket) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sfTcpSocket_isBlockingbool sfTcpSocket_isBlocking(const(sfTcpSocket)* socket) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sfTcpSocket_receivevoid* sfTcpSocket_receive(sfTcpSocket* socket, size_t maxSize, size_t* sizeReceived, Socket.Status* status) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sfTcpSocket_receivePacketSocket.Status sfTcpSocket_receivePacket(sfTcpSocket* socket, sfPacket* packet) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sfTcpSocket_sendSocket.Status sfTcpSocket_send(sfTcpSocket* socket, void* data, size_t size) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sfTcpSocket_sendPacketSocket.Status sfTcpSocket_sendPacket(sfTcpSocket* socket, sfPacket* packet) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sfTcpSocket_setBlockingvoid sfTcpSocket_setBlocking(sfTcpSocket* socket, 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 TcpSocket class.