Back

CreateSMS

Returns a SMS object.

  sms = app.CreateSMS() → app object - SMS

The following methods are available on the SMS object:

  GetType() → string: "SMS"
  Method( name, types, p1, p2, p3, p4 )

Returns the control class name.
string
string: comma separated: "boolean", "char", "byte", "short", "int", "long", "float", "double"
Allows access to other functions defined on the object in Java via reflection.
unknown
send device SMS message
function(message)
received SMS message callback
function(status)
?