ENUt

nut::TCPSocket Member List

This is the complete list of members for nut::TCPSocket, including all inherited members.
accept(TCPSocket **pNewSock)=0nut::TCPSocket [pure virtual]
connect(const NetworkLayerAddress &hostAddress, uint16_t portNumber)=0nut::TCPSocket [pure virtual]
create(uint16_t portNumber=0)=0nut::TCPSocket [pure virtual]
create(const NetworkLayerAddress &bindAddress, uint16_t portNumber=0)=0nut::TCPSocket [pure virtual]
destroy()=0nut::TCPSocket [pure virtual]
getAvailableDataLength(size_t &length)=0nut::TCPSocket [pure virtual]
getDestinationAddress() const =0nut::TCPSocket [pure virtual]
getDestinationPort() const =0nut::TCPSocket [pure virtual]
getLocalPortNumber()=0nut::TCPSocket [pure virtual]
getProtocol() const nut::TCPSocket [inline]
getSocketOption(int level, int optname, void *optval, socklen_t *optlen)nut::Socket
isConnected()=0nut::TCPSocket [pure virtual]
isDataAvailable() const nut::Socket [inline]
listen(int backlog)=0nut::TCPSocket [pure virtual]
read(void *pBuffer, size_t &bufferSize)=0nut::TCPSocket [pure virtual]
setNonBlocking(bool f=true)=0nut::TCPSocket [pure virtual]
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
write(const void *pData, size_t &length)=0nut::TCPSocket [pure virtual]