coreMQTT v5.0.0
MQTT 5.0 Client Library
 
Loading...
Searching...
No Matches
ConnackSeenFlags_t Struct Reference

Tracks which CONNACK properties have been seen during deserialization, used to detect duplicates. More...

Data Fields

bool sessionExpiry
 Session Expiry Interval property seen.
 
bool receiveMax
 Receive Maximum property seen.
 
bool maxQos
 Maximum QoS property seen.
 
bool retain
 Retain Available property seen.
 
bool maxPacket
 Maximum Packet Size property seen.
 
bool clientId
 Assigned Client Identifier property seen.
 
bool topicAlias
 Topic Alias Maximum property seen.
 
bool wildcard
 Wildcard Subscription Available property seen.
 
bool subId
 Subscription Identifier Available property seen.
 
bool sharedSub
 Shared Subscription Available property seen.
 
bool keepAlive
 Server Keep Alive property seen.
 
bool responseInfo
 Response Information property seen.
 
bool serverRef
 Server Reference property seen.
 
bool authMethod
 Authentication Method property seen.
 
bool authData
 Authentication Data property seen.
 
bool reasonString
 Reason String property seen.
 

Detailed Description

Tracks which CONNACK properties have been seen during deserialization, used to detect duplicates.


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