Returns the responses of the device to a message.
1 mobile.sendMessage
<mobile.sendMessage message-id='message-id'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Amessage-id | Integer | Id of the message which you want to obtain the response. |
Returns | |
---|---|
Type | Description |
Vtable | Register of the table of response to the message_id. |
Example
Print on screen a result.
Copy
<xsql-script> <body> <return> <mobile.getMessageResponse message-id="77"/> </return> </body> </xsql-script>