MQTT-C
Functions
mqtt_pal.h File Reference

Includes/supports the types/calls required by the MQTT-C client. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Includes/supports the types/calls required by the MQTT-C client.

Note
This is the only file included in mqtt.h, and mqtt.c. It is therefore responsible for including/supporting all the required types and calls.