![]() |
MySensors Library & Examples
2.3.2-62-ge298769
|
Definition at line 31 of file TCPHelper_POSIX.h.
Collaboration diagram for TCPHelperClient:Public Member Functions | |
| TCPHelperClient (int fd) | |
| TCPHelperClient (const TCPHelperClient &another) | |
| int | available () |
| bool | connect (const uint8_t *address, uint16_t port) |
| bool | prepare_connect (const uint8_t *address, uint16_t port) |
| int8_t | try_connect () |
| void | set_nodelay (bool nodelay) |
| bool | connected () |
| int | read (uint8_t *buffer, int buffer_size) |
| int | write (const uint8_t *buffer, int size) |
| void | flush () |
| void | stop () |
| void | operator= (const TCPHelperClient &another) |
| operator bool () | |
| bool | operator== (const bool value) |
| bool | operator!= (const bool value) |
| bool | operator== (const TCPHelperClient &rhs) |
| bool | operator!= (const TCPHelperClient &rhs) |
| uint8_t | getSocketNumber () |
| int | print (const char *msg) |