AssetTrackerRK
Data Fields
UbloxMessageHandler Struct Reference

Structure holding information about a message handler. More...

#include <UbloxGPS.h>

Data Fields

uint8_t classFilter
 u-box message class (first of the two bytes) More...
 
uint8_t idFilter
 u-blox message ID (second of the two bytes) More...
 
std::function< void(UbloxCommandBase *cmd)> handler
 Function top call on match.
 

Detailed Description

Structure holding information about a message handler.

Field Documentation

◆ classFilter

uint8_t UbloxMessageHandler::classFilter

u-box message class (first of the two bytes)

0xff = match anything.

◆ idFilter

uint8_t UbloxMessageHandler::idFilter

u-blox message ID (second of the two bytes)

0xff = match anything.


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