Garmin Fleet Management Controller  2.19.0
product_id_data_type Struct Reference

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...
 

Detailed Description

Payload for Garmin ID_PRODUCT_DATA (A000) and FMI FMI_ID_PRODUCT_ID_DATA (A602) packet.

Definition at line 1100 of file fmi.h.

Member Data Documentation

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().


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