| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.registry |
| Modifier and Type | Method and Description |
|---|---|
Device |
RegistryClient.addDevice(Device device)
Add device using the given Device object
Return with the response device object from IotHub
|
Device |
RegistryClient.getDevice(String deviceId)
Get device data by device Id from IotHub
|
Device |
RegistryClient.updateDevice(Device device)
Update device not forced
|
| Modifier and Type | Method and Description |
|---|---|
Device |
RegistryClient.addDevice(Device device)
Add device using the given Device object
Return with the response device object from IotHub
|
void |
RegistryClient.removeDevice(Device device)
Remove device
|
Device |
RegistryClient.updateDevice(Device device)
Update device not forced
|
Copyright © 2024. All rights reserved.