Garmin Fleet Management Controller
2.19.0
|
Payload for Garmin ID_PRODUCT_DATA (A000) and FMI FMI_ID_PRODUCT_ID_DATA (A602) packet. More...
#include <fmi.h>
Public Attributes | |
uint16 | product_id |
Product ID of the client. More... | |
sint16 | software_version |
Software version * 100 (312 means version 3.12) More... | |
Payload for Garmin ID_PRODUCT_DATA (A000) and FMI FMI_ID_PRODUCT_ID_DATA (A602) packet.
uint16 product_id_data_type::product_id |
Product ID of the client.
Definition at line 1102 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), FmiLogParser::getPacketDetail(), and FmiApplicationLayer::rx().
sint16 product_id_data_type::software_version |
Software version * 100 (312 means version 3.12)
Definition at line 1103 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), FmiLogParser::getPacketDetail(), and FmiApplicationLayer::rx().