Send a message to an vehicle.
Description
do_message.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&messagetext=messagetext
Parameters
parameter | description | type | note | mandatory |
---|---|---|---|---|
company | RTI company key | string | yes | |
vehicle | RTI vehicle key | string | yes | |
messagetext | The text of the message to send. | string | Maximal message length:
| yes |
Return
Return a string. A success message will be "SESSKEY:SESSIONKEY". Otherwise it return "ERROR:description".
Examples
sends a message to defined vehicle |
---|
http://map.yellowfox.de/rti/do_message.asp?company=COMPANY_RTIKEY &vehicle=VEHICLE_RTIKEY &messagetext=RTI+do_message+test |