This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3235SF: cc3235sf

Part Number: CC3235SF


Hi

We are using cc3235sf, my device is provision and connected to the local router. 

1. When we disconnect the power of the router then we are getting callback event (iotHubConnectionStatusCallback)

2. But when we disconnect the network cable connected to router then we are not getting any event. This is required to show connected but no internet on device.

Can you please help to resolve this issue.

  • Hi,

    Callback iotHubConnectionStatusCallback() should be called after expiration keep-alive interval. From principles how computers networks works there cannot be way how instantly detect ISP connectivity lost. For more details see azure-iot-sdk-c  GIT and discussions like this.

    Jan