coreMQTT v2.3.1+
MQTT 3.1.1 Client Library
 
Loading...
Searching...
No Matches
MQTTVec_t Struct Reference

An opaque structure provided by the library to the MQTTStorePacketForRetransmit function when using MQTTStorePacketForRetransmit. More...

Data Fields

TransportOutVector_tpVector
 
size_t vectorLen
 

Detailed Description

An opaque structure provided by the library to the MQTTStorePacketForRetransmit function when using MQTTStorePacketForRetransmit.

Field Documentation

◆ pVector

TransportOutVector_t* MQTTVec_t::pVector

Pointer to transport vector. USER SHOULD NOT ACCESS THIS DIRECTLY - IT IS AN INTERNAL DETAIL AND CAN CHANGE.

◆ vectorLen

size_t MQTTVec_t::vectorLen

Length of the transport vector. USER SHOULD NOT ACCESS THIS DIRECTLY - IT IS AN INTERNAL DETAIL AND CAN CHANGE.


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