Garmin Fleet Management Controller
2.19.0
|
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... | |
Payload of FMI_ID_STOP_STATUS and FMI_ID_STOP_STATUS_REQUEST packets.
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 |
The stop status.
Definition at line 1204 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendStopStatusRequest().
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().