c# - Azure IoT Hub - Device Registration in portable library -
i need use microsoft.azure.devices in .net portable library found microsoft.azure.devices.client.pcl nuget package part of functionality no microsoft.azure.devices code bellow. - need register new device / find if there existing retrieve device key - there way inside portable library?
registrymanager = registrymanager.createfromconnectionstring(connectionstring); device = await registrymanager.adddeviceasync(new device(deviceid));
no, don't believe there @ time. looked @ package, there no pcl in there. don't see why cant made nuget package can called pcl. can building bait , switch package support specific scenario.
the code iot client available here under mit license , can repackage work scenario can called pcl.
Comments
Post a Comment