ForumNokia comes along with the code to catch these connection breaks. The older version of this example missed this feature.

The CIAPConnectProgressNotifier class implements this.

iConnection.ProgressNotification(iProgress, iStatus);
SetActive();

if the connection breaks

void CIAPConnectProgressNotifier::RunL()

RunL will give the exact state of the connection.

Header File:

#include <Es_sock.h>

Link against:

LIBRARY  ESock.lib

相关文章:

  • 2022-12-23
  • 2022-02-16
  • 2022-12-23
  • 2021-06-24
  • 2021-06-29
  • 2022-12-23
  • 2021-10-14
  • 2021-10-23
猜你喜欢
  • 2021-12-29
  • 2022-01-16
  • 2022-01-03
  • 2021-11-23
  • 2021-08-29
  • 2021-07-16
  • 2022-02-20
相关资源
相似解决方案