navMessageQuickDefine (Function) |
Top Previous Next |
This function will define a quick message. If a quick message with the specified ID already exists, it will be replaced with the message text in this packet; otherwise the quick message will be added.
Quick messages are a list of predefined text messages that can be sent from the navigation device. When sending a quick message, the user has the option to modify the text before sending it. Up to 120 quick messages can be stored.
Input: id : INT Unique ID to identify the quick message.
text : STRING The text that is sent to the RTCU device when the quick message is selected (max. 49 characters).
Returns: INT
Declaration: FUNCTION navMessageQuickDefine : INT;
Example: INCLUDE rtcu.inc |