Garmin Fleet Management Controller
2.19.0
|
Data type for the Server to Client Open Text Message Receipt Packet ID. More...
#include <fmi.h>
Public Attributes | |
uint8 | id [16] |
The message ID from the server to client open text message. More... | |
uint8 | id_size |
Size of the message ID. More... | |
time_type | origination_time |
Origination time of the message being acknowledged. More... | |
uint16 | reserved |
Set to 0. More... | |
boolean | result_code |
Result code. TRUE if success, FALSE otherwise. More... | |
Data type for the Server to Client Open Text Message Receipt Packet ID.
uint8 server_to_client_text_msg_receipt_data_type::id[16] |
The message ID from the server to client open text message.
Definition at line 1348 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
uint8 server_to_client_text_msg_receipt_data_type::id_size |
Size of the message ID.
Definition at line 1345 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
time_type server_to_client_text_msg_receipt_data_type::origination_time |
Origination time of the message being acknowledged.
Definition at line 1344 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket().
uint16 server_to_client_text_msg_receipt_data_type::reserved |
boolean server_to_client_text_msg_receipt_data_type::result_code |
Result code. TRUE if success, FALSE otherwise.
Definition at line 1346 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().