All Questions
2 questions
0
votes
0
answers
142
views
I can't create an IoT Hub Device handle using IoTHubDeviceClient_LL_CreateFromDeviceAuth
I am using the Azure C SDK on Linux. I can successfully provision devices on an IoT hub through a symmetric key enrolment group and DPS using the provided prov_dev_client_sample.
Now I am using the ...
0
votes
1
answer
491
views
Azure IoT SDK - check if device has been enrolled already
I am using the Azure IoT C SDK on my device.
My application does the provisioning as per sample code prov_dev_client_ll_sample.c , but after that, also handles the communication to its twin on the ...