Wiki source code of do_message.asp

Last modified by YellowFox_RD on 2025/01/23 08:54

Show last authors
1 (% class="box" %)
2 (((
3 Table of Contents
4 )))
5
6 {{toc/}}
7
8 (% class="mark red" %)DEPRECATED(%%)
9 Send a message to an vehicle.
10
11 = Description =
12
13 //**do_message.asp?company**=COMPANY_RTIKEY**&vehicle**=VEHICLE_RTIKEY**&messagetext**=messagetext//
14
15 = Parameters =
16
17 |=parameter|=description|=type|=note|=mandatory
18 |company|RTI company key|string| |yes
19 |vehicle|RTI vehicle key|string| |yes
20 |messagetext|The text of the message to send.|string|Maximal message length:(((
21 * CE-Displays + Android Fleet: 500 characters
22 * All other Displays: 200 characters
23 )))|yes
24
25 = Return =
26
27 Return a **string**. A success message will be "**SESSKEY:SESSIONKEY**". Otherwise it return "(% class="error" %)**ERROR:Description**(%%)".
28
29 = Example calls =
30
31 **sends a message to defined vehicle**
32 {{code language="java"}}https://map.yellowfox.de/rti/do_message.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&messagetext=RTI%20do_message%20test{{/code}}