Garmin Fleet Management Controller  2.19.0
category_data_type Struct Reference

Data type for the FMI_ID_CREATE_WAYPOINT_CAT packet. More...

#include <fmi.h>

Public Attributes

uint8 id
 Waypoint category. More...
 
char name [16+1]
 Category name, null terminated. More...
 

Detailed Description

Data type for the FMI_ID_CREATE_WAYPOINT_CAT packet.

Since
Protocol A607

Definition at line 1691 of file fmi.h.

Member Data Documentation

uint8 category_data_type::id

Waypoint category.

Definition at line 1693 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendCreateWaypointCat().

char category_data_type::name[16+1]

Category name, null terminated.

Definition at line 1694 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendCreateWaypointCat().


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