navMessageReceive (Functionblock) |
Top Previous Next |
navMessageReceive returns a text message received from the navigation device.
If the navigation device supports API level 2, additional information can be received with navMessageReceiveX.
Note that the text message is only valid after a "message received" event is raised; the event will be removed when this function block is called. A "message received" event is raised when the user writes a text message or sends a quick message.
Input: None.
Output: time : DINT The timestamp when the text message was sent from the navigation device.
message : STRING The received text message.
ready : BOOL
Declaration: FUNCTION_BLOCK navMessageReceive;
Example: INCLUDE rtcu.inc |