close() | ISocket | [virtual] |
interrupt() | ISocket | [virtual] |
ISocket(int socket) (defined in ISocket) | ISocket | |
readBinary(uint8_t *buffer, int maxlen) | Socket | |
readBlock(void *buffer, int maxlen) | ISocket | [protected, virtual] |
readLine(string &msg) | ISocket | [virtual] |
Socket() (defined in Socket) | Socket | |
startBinaryTransfer(int64_t length, int packetSize) | Socket | |
writeBinary(const uint8_t *buffer, int length) | Socket | |
writeBlock(const void *buffer, int length) | ISocket | [protected, virtual] |
writeLine(string msg) | Socket | |
writeLine(const char *msg) | Socket | |
~ISocket() (defined in ISocket) | ISocket | |
~Socket()=0 | Socket | [pure virtual] |