SendMessage

This function sends a message to a specific device number currently connected to the server. Device numbers of users can be obtained by using the SYS.UserList command.

Group:  System

Syntax:  SYS.SendMessage(iDevNo, sMessage)

iDevNo    (Integer) the ID of the mobile device

sMessage   (String) the message to send to the other device

Example:

SYS.SendMessage(4, "Please see Sam immediately.")

Supported Versions:   RFgen 4.0 and higher.