MQTT-SN Client
MQTT-SN client library.
Public Attributes | List of all members
CC_MqttsnWillInfo Struct Reference

Will Information. More...

Public Attributes

const char * topic
 Topic of the will, can be NULL (means empty topic) More...
 
const unsigned char * msg
 Pointer to the buffer containing will binary message. More...
 
unsigned msgLen
 Length of the buffer containing will binary message. More...
 
CC_MqttsnQoS qos
 QoS level of the will message. More...
 
bool retain
 Retain flag. More...
 

Detailed Description

Will Information.

Member Data Documentation

◆ msg

const unsigned char* CC_MqttsnWillInfo::msg

Pointer to the buffer containing will binary message.

◆ msgLen

unsigned CC_MqttsnWillInfo::msgLen

Length of the buffer containing will binary message.

◆ qos

CC_MqttsnQoS CC_MqttsnWillInfo::qos

QoS level of the will message.

◆ retain

bool CC_MqttsnWillInfo::retain

Retain flag.

◆ topic

const char* CC_MqttsnWillInfo::topic

Topic of the will, can be NULL (means empty topic)


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