Garmin Fleet Management Controller
2.19.0
|
Structure containing details for a text message ACK from the client. More...
#include <EventId.h>
Public Attributes | |
char | ack_text [50] |
Text of the ack (OK, Yes, No, or a canned response) More... | |
MessageId | message_id |
The message ID that was ACKed. More... | |
Structure containing details for a text message ACK from the client.
char text_msg_ack_event_type::ack_text[50] |
Text of the ack (OK, Yes, No, or a canned response)
Definition at line 144 of file EventId.h.
Referenced by CTxtMsgAckDlg::OnInitDialog(), and FmiApplicationLayer::rx().
MessageId text_msg_ack_event_type::message_id |
The message ID that was ACKed.
Definition at line 143 of file EventId.h.
Referenced by CTxtMsgAckDlg::OnInitDialog(), and FmiApplicationLayer::rx().