Garmin Fleet Management Controller
2.19.0
|
Data type for the FMI_ID_CREATE_WAYPOINT_CAT_RCPT packet. More...
#include <fmi.h>
Public Attributes | |
uint8 | id |
Waypoint category (0-15) More... | |
boolean | result_code |
TRUE if the operation was successful, FALSE otherwise. More... | |
Data type for the FMI_ID_CREATE_WAYPOINT_CAT_RCPT packet.
uint8 category_rcpt_data_type::id |
Waypoint category (0-15)
Definition at line 1701 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
boolean category_rcpt_data_type::result_code |
TRUE if the operation was successful, FALSE otherwise.
Definition at line 1702 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().