- 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. 
- sfUdpSocket_bindSocket.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_createsfUdpSocket* 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_destroyvoid 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_getLocalPortushort 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_isBlockingbool 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_receivevoid* 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_receivePacketSocket.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_sendSocket.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_sendPacketSocket.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_setBlockingvoid 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_unbindvoid 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. 
A module containing the UdpSocket Class.