dsfml.network.udpsocket

A module containing the UdpSocket Class.

Members

Classes

UdpSocket
class UdpSocket

Specialized socket using the UDP 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.
sfUdpSocket_bind
Socket.Status sfUdpSocket_bind(sfUdpSocket* socket, ushort port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfUdpSocket_create
sfUdpSocket* sfUdpSocket_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfUdpSocket_destroy
void sfUdpSocket_destroy(sfUdpSocket* socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfUdpSocket_getLocalPort
ushort sfUdpSocket_getLocalPort(const(sfUdpSocket)* socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfUdpSocket_isBlocking
bool sfUdpSocket_isBlocking(sfUdpSocket* socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfUdpSocket_receive
void* sfUdpSocket_receive(sfUdpSocket* socket, size_t maxSize, size_t* sizeReceived, char* ipAddress, ushort* port, 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.
sfUdpSocket_receivePacket
Socket.Status sfUdpSocket_receivePacket(sfUdpSocket* socket, sfPacket* packet, char* address, ushort* port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfUdpSocket_send
Socket.Status sfUdpSocket_send(sfUdpSocket* socket, const(void)* data, size_t size, const(char)* ipAddress, ushort port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfUdpSocket_sendPacket
Socket.Status sfUdpSocket_sendPacket(sfUdpSocket* socket, sfPacket* packet, const(char)* ipAddress, ushort port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sfUdpSocket_setBlocking
void sfUdpSocket_setBlocking(sfUdpSocket* 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.
sfUdpSocket_unbind
void sfUdpSocket_unbind(sfUdpSocket* socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta