Is it possible to get notification when there is a change in the data connection path, i.e. when IAP is changed?
This would be necessary to re-connect to the socket when there is loss of connection or re-connection.
Is it possible to get notification when there is a change in the data connection path, i.e. when IAP is changed?
This would be necessary to re-connect to the socket when there is loss of connection or re-connection.
hi,
you can use RProperty to get the wlan connectivity's status:
There is an API RConnectionMonitor, which has a notify callback function for status's changing of connections. but it doesn't work with WLAN.Code:TInt value; RProperty::Get(KPSUidWlan, KPSWlanIndicator, value);
regards,
Pai
Symbian && Android && iPhoneOS