Garmin Fleet Management Controller  2.19.0
text_msg_from_client_event_type Struct Reference

Structure containing details for a client to server text message. More...

#include <EventId.h>

Public Attributes

sint32 latitude
 Latitude of the device sending the message. More...
 
MessageId link_id
 ID of server-to-client message that this is a reply for. More...
 
sint32 longitude
 Longitude of the device sending the message. More...
 
uint32 message_id
 The message ID. More...
 
char message_text [200]
 Message sent by the client. More...
 
time_type origination_time
 Origination time on the client. More...
 

Detailed Description

Structure containing details for a client to server text message.

Definition at line 148 of file EventId.h.

Member Data Documentation

sint32 text_msg_from_client_event_type::latitude

Latitude of the device sending the message.

Definition at line 155 of file EventId.h.

Referenced by CTxtMsgFromClient::OnInitDialog(), and FmiApplicationLayer::rx().

MessageId text_msg_from_client_event_type::link_id

ID of server-to-client message that this is a reply for.

Definition at line 154 of file EventId.h.

Referenced by CTxtMsgFromClient::OnInitDialog(), and FmiApplicationLayer::rx().

sint32 text_msg_from_client_event_type::longitude

Longitude of the device sending the message.

Definition at line 156 of file EventId.h.

Referenced by CTxtMsgFromClient::OnInitDialog(), and FmiApplicationLayer::rx().

uint32 text_msg_from_client_event_type::message_id

The message ID.

Definition at line 150 of file EventId.h.

Referenced by CTxtMsgFromClient::OnInitDialog(), and FmiApplicationLayer::rx().

char text_msg_from_client_event_type::message_text[200]

Message sent by the client.

Definition at line 152 of file EventId.h.

Referenced by CTxtMsgFromClient::OnInitDialog(), and FmiApplicationLayer::rx().

time_type text_msg_from_client_event_type::origination_time

Origination time on the client.

Definition at line 151 of file EventId.h.

Referenced by CTxtMsgFromClient::OnInitDialog(), and FmiApplicationLayer::rx().


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