, including all inherited members.
close() | nut::ENETSocket | |
closeConnection(uint32_t connID) | nut::ENETSocket | |
createClient(int maxConnections) | nut::ENETSocket | |
createServer(int maxConnections, uint16_t port=0) | nut::ENETSocket | |
createServer(const IPv4Address &bindAddr, int maxConnections, uint16_t port=0) | nut::ENETSocket | |
ENETCleanup() | nut::ENETSocket | [static] |
ENETSocket() | nut::ENETSocket | |
ENETSocket(const std::string &objName) | nut::ENETSocket | |
ENETStartup() | nut::ENETSocket | [static] |
getAvailableDataLength(size_t &length, bool &available) | nut::ENETSocket | |
getConnectionIDs() const | nut::ENETSocket | [inline] |
getConnectionInfo(uint32_t connID, IPv4Address &addr, uint16_t &port) const | nut::ENETSocket | |
getLocalPort() const | nut::ENETSocket | [inline] |
getNumberOfConnections() const | nut::ENETSocket | [inline] |
getSocketOption(int level, int optname, void *optval, socklen_t *optlen) | nut::Socket | |
isDataAvailable() const | nut::Socket | [inline] |
isServer() const | nut::ENETSocket | [inline] |
onCloseConnection(uint32_t connID) | nut::ENETSocket | [inline, protected, virtual] |
onNewConnection(uint32_t connID, const IPv4Address &sourceAddress, uint16_t sourcePort) | nut::ENETSocket | [inline, protected, virtual] |
poll() | nut::ENETSocket | |
read(void *buffer, size_t &bufferSize, uint8_t *channel=0, uint32_t *connID=0) | nut::ENETSocket | |
requestConnection(const IPv4Address &destAddress, uint16_t destPort, uint8_t channelCount) | nut::ENETSocket | |
setSocketOption(int level, int optname, const void *optval, socklen_t optlen) | nut::Socket | |
Socket() | nut::Socket | [inline, protected] |
Socket(const std::string &objName) | nut::Socket | [inline, protected] |
waitForData(int seconds=-1, int microSeconds=-1) | nut::Socket | |
waitForEvent(int milliseconds) | nut::ENETSocket | |
write(const void *pData, size_t dataLength, bool reliable=false, uint8_t channel=0, uint32_t connID=0, bool allExceptConnID=false) | nut::ENETSocket | |