Changes for page do_message.asp

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

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

Summary

Details

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