Garmin Fleet Management Controller  2.19.0
waypoint_rcpt_data_type Struct Reference

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

Detailed Description

Data type for the FMI_ID_WAYPOINT_RCPT packet.

Since
Protocol A607

Definition at line 1678 of file fmi.h.

Member Data Documentation

uint8 waypoint_rcpt_data_type::reserved

Set to 0.

Definition at line 1682 of file fmi.h.

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


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