Skip to content
New issue

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

IoTHubDeviceClient_LL_SetRetryPolicy and IoTHubDeviceClient_LL_GetRetryPolicy documentation #2538

Closed
D-r-P-3-p-p-3-r opened this issue Nov 7, 2023 · 2 comments

Comments

@D-r-P-3-p-p-3-r
Copy link

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.

@ericwolz
Copy link
Contributor

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

@ericwolz
Copy link
Contributor

#2542

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants