Thread struct within mqtt paho. More...
Thread struct within mqtt paho.
Definition at line 176 of file paho_mqtt.h.
#include <paho_mqtt.h>
Data Fields | |
char | stack [MQTT_THREAD_STACKSIZE] |
stack for MQTT thread | |
kernel_pid_t | pid |
MQTT thread pid. | |
kernel_pid_t Thread::pid |
MQTT thread pid.
Definition at line 178 of file paho_mqtt.h.
char Thread::stack[MQTT_THREAD_STACKSIZE] |
stack for MQTT thread
Definition at line 177 of file paho_mqtt.h.