clockUtils  1.1
clockUtils::sockets::TcpSocket Member List

This is the complete list of members for clockUtils::sockets::TcpSocket, including all inherited members.

acceptCallback typedefclockUtils::sockets::TcpSocket
close()clockUtils::sockets::TcpSocket
connect(const IPv4 remoteIP, uint16_t remotePort, unsigned int timeout)clockUtils::sockets::TcpSocket
connectToHostname(const std::string &remoteHostname, uint16_t remotePort, unsigned int timeout)clockUtils::sockets::TcpSocketinline
connectToIP(const std::string &remoteIP, uint16_t remotePort, unsigned int timeout)clockUtils::sockets::TcpSocketinline
enumerateLocalIPs()clockUtils::sockets::TcpSocketstatic
getLocalIP() constclockUtils::sockets::TcpSocket
getLocalPort() constclockUtils::sockets::TcpSocket
getPublicIP() constclockUtils::sockets::TcpSocket
getRemoteIP() constclockUtils::sockets::TcpSocket
getRemotePort() constclockUtils::sockets::TcpSocket
listen(uint16_t listenPort, int maxParallelConnections, bool acceptMultiple, const acceptCallback acb)clockUtils::sockets::TcpSocket
operator<<(const T &a)clockUtils::sockets::TcpSocketinline
operator<<(const T &a)clockUtils::sockets::TcpSocketinline
operator>>(T &a)clockUtils::sockets::TcpSocketinline
operator>>(T &a)clockUtils::sockets::TcpSocketinline
operator>>(std::string &s)clockUtils::sockets::TcpSocket
packetCallback typedefclockUtils::sockets::TcpSocket
read(Container &buffer)clockUtils::sockets::TcpSocketinline
receiveCallback(packetCallback pcb)clockUtils::sockets::TcpSocket
receivePacket(std::vector< uint8_t > &buffer)clockUtils::sockets::TcpSocket
receivePacket(std::string &buffer)clockUtils::sockets::TcpSocket
TcpSocket()clockUtils::sockets::TcpSocket
write(const void *str, size_t length)clockUtils::sockets::TcpSocket
write(const std::vector< uint8_t > &vec)clockUtils::sockets::TcpSocket
write(const std::string &str)clockUtils::sockets::TcpSocketinline
writeAsync(const void *str, const size_t length)clockUtils::sockets::TcpSocket
writeAsync(const std::vector< uint8_t > &vec)clockUtils::sockets::TcpSocket
writeAsync(const std::string &str)clockUtils::sockets::TcpSocketinline
writePacket(const void *str, const size_t length)clockUtils::sockets::TcpSocket
writePacket(const std::vector< uint8_t > &vec)clockUtils::sockets::TcpSocket
writePacket(const std::string &str)clockUtils::sockets::TcpSocketinline
writePacketAsync(const void *str, const size_t length)clockUtils::sockets::TcpSocket
writePacketAsync(const std::vector< uint8_t > &vec)clockUtils::sockets::TcpSocket
writePacketAsync(const std::string &str)clockUtils::sockets::TcpSocketinline
~TcpSocket()clockUtils::sockets::TcpSocket