Garmin Fleet Management Controller
2.19.0
|
Data type for the FMI_ID_WAYPOINT_RCPT packet. More...
#include <fmi.h>
Public Attributes | |
uint8 | reserved |
Set to 0. More... | |
boolean | result_code |
TRUE if the operation was successful, FALSE otherwise. More... | |
uint16 | unique_id |
Server-assigned unique ID from the FMI_ID_WAYPOINT packet. More... | |
Data type for the FMI_ID_WAYPOINT_RCPT packet.
boolean waypoint_rcpt_data_type::result_code |
TRUE if the operation was successful, FALSE otherwise.
Definition at line 1681 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
uint16 waypoint_rcpt_data_type::unique_id |
Server-assigned unique ID from the FMI_ID_WAYPOINT packet.
Definition at line 1680 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().