Garmin Fleet Management Controller
2.19.0
|
Element of the array returned in Garmin ID_PROTOCOL_ARRAY (A001) or FMI_ID_PROTOCOL_DATA (A602) packets. More...
#include <fmi.h>
Public Attributes | |
sint16 | data |
Protocol number. More... | |
char | tag |
Type of protocol (e.g., 'A', D') More... | |
Element of the array returned in Garmin ID_PROTOCOL_ARRAY (A001) or FMI_ID_PROTOCOL_DATA (A602) packets.
sint16 protocol_support_data_type::data |
Protocol number.
Definition at line 1111 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
char protocol_support_data_type::tag |
Type of protocol (e.g., 'A', D')
Definition at line 1110 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().