Garmin Fleet Management Controller  2.19.0
stop_status_data_type Struct Reference

Payload of FMI_ID_STOP_STATUS and FMI_ID_STOP_STATUS_REQUEST packets. More...

#include <fmi.h>

Public Attributes

uint16 stop_index_in_list
 The stop index in list. More...
 
uint16 stop_status
 The stop status. More...
 
uint32 unique_id
 Unique ID of the A603 stop. More...
 

Detailed Description

Payload of FMI_ID_STOP_STATUS and FMI_ID_STOP_STATUS_REQUEST packets.

Since
Protocol A603

Definition at line 1201 of file fmi.h.

Member Data Documentation

uint16 stop_status_data_type::stop_index_in_list

The stop index in list.

Definition at line 1205 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendStopStatusRequest().

uint16 stop_status_data_type::stop_status
uint32 stop_status_data_type::unique_id

Unique ID of the A603 stop.

Definition at line 1203 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendStopStatusRequest().


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