AssetTrackerRK
|
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. | |
Structure holding information about a message handler.
uint8_t UbloxMessageHandler::classFilter |
u-box message class (first of the two bytes)
0xff = match anything.
uint8_t UbloxMessageHandler::idFilter |
u-blox message ID (second of the two bytes)
0xff = match anything.