Loading...
Searching...
No Matches
Thread Struct Reference

Thread struct within mqtt paho. More...

Detailed Description

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.
 

Field Documentation

◆ pid

kernel_pid_t Thread::pid

MQTT thread pid.

Definition at line 178 of file paho_mqtt.h.

◆ stack

char Thread::stack[MQTT_THREAD_STACKSIZE]

stack for MQTT thread

Definition at line 177 of file paho_mqtt.h.


The documentation for this struct was generated from the following file: