dsfml.network.tcpsocket

A module containing the TcpSocket class.

Members

Classes

TcpSocket
class TcpSocket

Specialized socket using the TCP protocol.

Functions

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.
sfTcpSocket_connect
Socket.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_create
sfTcpSocket* 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_destroy
void 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_disconnect
void 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_getLocalPort
ushort 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_getRemoteAddress
void 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_getRemotePort
ushort 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_isBlocking
bool 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_receive
void* 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_receivePacket
Socket.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_send
Socket.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_sendPacket
Socket.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_setBlocking
void 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.

Structs

sfTcpSocket
struct sfTcpSocket
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta