open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
mqtt_response Struct Reference

#include <mqtt.h>

Data Fields

struct mqtt_fixed_header fixed_header
 
union { 
 
   struct mqtt_response_connack   connack 
 
   struct mqtt_response_publish   publish 
 
   struct mqtt_response_puback   puback 
 
   struct mqtt_response_pubrec   pubrec 
 
   struct mqtt_response_pubrel   pubrel 
 
   struct mqtt_response_pubcomp   pubcomp 
 
   struct mqtt_response_suback   suback 
 
   struct mqtt_response_unsuback   unsuback 
 
   struct mqtt_response_pingresp   pingresp 
 
decoded 
 

Detailed Description

Definition at line 248 of file mqtt.h.

Field Documentation

◆ fixed_header

struct mqtt_fixed_header mqtt_response::fixed_header

Definition at line 250 of file mqtt.h.

◆ connack

struct mqtt_response_connack mqtt_response::connack

Definition at line 254 of file mqtt.h.

◆ publish

struct mqtt_response_publish mqtt_response::publish

Definition at line 255 of file mqtt.h.

◆ puback

struct mqtt_response_puback mqtt_response::puback

Definition at line 256 of file mqtt.h.

◆ pubrec

struct mqtt_response_pubrec mqtt_response::pubrec

Definition at line 257 of file mqtt.h.

◆ pubrel

struct mqtt_response_pubrel mqtt_response::pubrel

Definition at line 258 of file mqtt.h.

◆ pubcomp

struct mqtt_response_pubcomp mqtt_response::pubcomp

Definition at line 259 of file mqtt.h.

◆ suback

struct mqtt_response_suback mqtt_response::suback

Definition at line 260 of file mqtt.h.

◆ unsuback

struct mqtt_response_unsuback mqtt_response::unsuback

Definition at line 261 of file mqtt.h.

◆ pingresp

struct mqtt_response_pingresp mqtt_response::pingresp

Definition at line 262 of file mqtt.h.

◆ [union]

union { ... } mqtt_response::decoded

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