RockBLOCK 9704 C Library
Doxygen documentation for the RockBLOCK 9704 C Library.
|
Represents a single message in the queue. More...
#include <imt_queue.h>
Public Attributes | |
uint16_t | id |
uint8_t * | buffer |
size_t | length |
uint16_t | topic |
bool | readyToProcess |
bool | ready |
Represents a single message in the queue.
uint8_t* imt_t::buffer |
Pointer to the buffer where the message payload is stored
uint16_t imt_t::id |
Message ID assigned by the modem
size_t imt_t::length |
Length of the message payload
bool imt_t::ready |
Used to determine if the message is fully processed
bool imt_t::readyToProcess |
Used to determine if the message is ready for processing
uint16_t imt_t::topic |
Message topic ID