We are using the Marmalade SDK for window's Mobile 6.5 development. In our application we are showing Status of Network Connection. Is there any listener available in the Marmalade SDK which can notify when Network Connection state is changes (i.e. It should notify when network connection gone and should again notify when network is connected again)? Thanks in advance.
|
feedback
|
|
Try using s3eSocketGetInt(S£E_SOCKET_NETWORK_TYPE); that returns a s3eNetworkType that will return the available network.
| |||
|
feedback
|