_sendUserMessToGarmin

(API version 2.0)

int _sendUserMessToGarmin ( string kodf , string username , string pass , int foridcar , float ew , float el , string text )

Description

Function send text message to Garmin device.

Categories

Parameters

string kodf
company code
string username
user name
string pass
password
int foridcar
vehicle ID
float ew
latitude
float el
longitude
string text
text in ASCII

Return value

int

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_sendUserMessToGarmin($kodf, $username, $pass, $foridcar, $ew, $el, $text);

Test

To test the function, enter parameters in form below and press Try it out button.

company code
user name
password
vehicle ID
latitude
longitude
text in ASCII

* Required field