MQTT-C
|
Includes/supports the types/calls required by the MQTT-C client. More...
Go to the source code of this file.
Functions | |
ssize_t | mqtt_pal_sendall (mqtt_pal_socket_handle fd, const void *buf, size_t len, int flags) |
Sends all the bytes in a buffer. More... | |
ssize_t | mqtt_pal_recvall (mqtt_pal_socket_handle fd, void *buf, size_t bufsz, int flags) |
Non-blocking receive all the byte available. More... | |