Changes for page do_message.asp

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

From version 2.1
edited by Dominic Lippmann
on 2025/01/23 08:53
Change comment: There is no comment for this version
To version 1.1
edited by YellowFox_RD
on 2024/12/19 10:11
Change comment: Imported from XAR

Summary

Details

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