When there is a change in network status, a message of type NETWORK_STATUS_NOTIFICATION is sent to the system queue. It has an expiry of one minute. This expiry time cannot be changed.
When a device goes into network coverage or out of network coverage, a message is sent to the system queue that contains the following information:
ias_Adapters String. A list of network adapters that can be used to connect to the MobiLink server. The list is delimited by a vertical bar. This property can be read but should not be set. See:
ias_RASNames String. A list of network names that can be used to connect to the MobiLink server. The list is delimited by a vertical bar. See:
ias_NetworkStatus Int. The state of the network connection. The value is 1 if connected, 0 otherwise. See:
You can use network status notifications to monitor network availability and take action when a device comes into coverage. For example, use the on demand policy and call QAManagerBase triggerSendReceive when a system queue message is received of type NETWORK_STATUS_NOTIFICATION with ias_NetworkStatus=1.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |