open62541 1.3.12
Open source implementation of OPC UA
|
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) |
ssize_t | mqtt_pal_recvall (mqtt_pal_socket_handle fd, void *buf, size_t bufsz, int flags) |
ssize_t mqtt_pal_sendall | ( | mqtt_pal_socket_handle | fd, |
const void * | buf, | ||
size_t | len, | ||
int | flags ) |
UNIX-like platform support.
ssize_t mqtt_pal_recvall | ( | mqtt_pal_socket_handle | fd, |
void * | buf, | ||
size_t | bufsz, | ||
int | flags ) |