Windows Mobile 中的网络连接侦听器
我们使用 Marmalade SDK 进行 Windows Mobile 6.5 开发。 在我们的应用程序中,我们显示网络连接的状态。 Marmalade SDK 中是否有任何可用的侦听器可以在网络连接状态发生更改时发出通知(即,它应该在网络连接消失时发出通知,并在网络再次连接时再次发出通知)? 提前致谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 s3eSocketGetInt(S£E_SOCKET_NETWORK_TYPE);返回一个 s3eNetworkType,该类型将返回可用网络。
Try using s3eSocketGetInt(S£E_SOCKET_NETWORK_TYPE); that returns a s3eNetworkType that will return the available network.