We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The IoTHubDeviceClient_LL_SetRetryPolicy and IoTHubDeviceClient_LL_GetRetryPolicy documentation description text seems to be incorrect:
"Sets up the connection status callback to be invoked representing the status of the connection to IOT Hub."
The function sets/gets the retry policy.
It seems to be a copy-and-paste error from IoTHubDeviceClient_LL_SetConnectionStatusCallback.
The documentation of how the different retry policies work is lacking, too. One is just left guessing from the enum values how they work.
The text was updated successfully, but these errors were encountered:
This retry policies are documented here: https://github.com/Azure/azure-iot-sdk-c/blob/main/doc/connection_and_messaging_reliability.md#connection-retry-policies
Sorry, something went wrong.
#2542
No branches or pull requests
The IoTHubDeviceClient_LL_SetRetryPolicy and IoTHubDeviceClient_LL_GetRetryPolicy documentation description text seems to be incorrect:
"Sets up the connection status callback to be invoked representing the status of the connection to IOT Hub."
The function sets/gets the retry policy.
It seems to be a copy-and-paste error from IoTHubDeviceClient_LL_SetConnectionStatusCallback.
The documentation of how the different retry policies work is lacking, too. One is just left guessing from the enum values how they work.
The text was updated successfully, but these errors were encountered: