-
Notifications
You must be signed in to change notification settings - Fork 740
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
A way to query IoT Hub from device and get response? #2611
Comments
although the iothub_service_client is depercated in this SDK, it's still functional. There are no current plans to remove this, other than no new hub features will be added. |
Thanks, but isn't this still Cloud to Device direct method but from back-end app? |
Are you looking for Azure Functions? |
Closing this issue based on the last instructions from @ericwol-msft |
Hello,
I am using Azure C SDK to connect my device to IoT Hub and must say that everything is working fine for me and I didn't have any problems. However, I was wondering if there is a way to invoke some service or query IoT Hub from device side and get response (something similar to Direct Method but not cloud to device, rather like device to cloud "Direct Method" where device can query some service on the IoT Hub and get response as string for example)? Is that possible and how?
Thanks in advance.
The text was updated successfully, but these errors were encountered: