Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Engineer999's user avatar
  • 3,935
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 ...
Engineer999's user avatar
  • 3,935