RockBLOCK 9704 C Library
Doxygen documentation for the RockBLOCK 9704 C Library.
Loading...
Searching...
No Matches
Public Attributes | List of all members
imt_t Struct Reference

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
 

Detailed Description

Represents a single message in the queue.

Member Data Documentation

◆ buffer

uint8_t* imt_t::buffer

Pointer to the buffer where the message payload is stored

◆ id

uint16_t imt_t::id

Message ID assigned by the modem

◆ length

size_t imt_t::length

Length of the message payload

◆ ready

bool imt_t::ready

Used to determine if the message is fully processed

◆ readyToProcess

bool imt_t::readyToProcess

Used to determine if the message is ready for processing

◆ topic

uint16_t imt_t::topic

Message topic ID


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