Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » Writing QAnywhere Client Applications » QAnywhere message addresses » System queue

System queue Next Page

Network status notifications


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:

Monitoring network availability

You can use network status notifications to monitor network availability and take action when a device comes into coverage. For example, use the ondemand policy and call QAManagerBase triggerSendReceive when a system queue message is received of type NETWORK_STATUS_NOTIFICATION with ias_NetworkStatus=1.

See also