You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Send a message to an vehicle.

Description

do_message.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&messagetext=messagetext

Parameters

parameterdescriptiontypenotemandatory
companyRTI company keystring yes
vehicleRTI vehicle keystring yes
messagetextThe text of the message to send.string

Maximal message length:

  • CE-Displays + Android Fleet: 500 characters
  • All other Displays: 200 characters
yes

Return

Return a string. A success message will be "SESSKEY:SESSIONKEY". Otherwise it return "ERROR:Description".

Example calls


sends a message to defined vehicle
http://map.yellowfox.de/rti/do_message.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&messagetext=RTI%20do_message%20test
  • No labels