| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.registry |
| Modifier and Type | Method and Description |
|---|---|
Module |
RegistryClient.addModule(Module module)
Add module using the given Module object
Return with the response module object from IotHub
|
Module |
RegistryClient.getModule(String deviceId,
String moduleId)
Get module data by device Id and module Id from IotHub
|
Module |
RegistryClient.updateModule(Module module)
Update module not forced
|
| Modifier and Type | Method and Description |
|---|---|
List<Module> |
RegistryClient.getModulesOnDevice(String deviceId)
Get modules data by device Id from IotHub
|
| Modifier and Type | Method and Description |
|---|---|
Module |
RegistryClient.addModule(Module module)
Add module using the given Module object
Return with the response module object from IotHub
|
void |
RegistryClient.removeModule(Module module)
Remove module
|
Module |
RegistryClient.updateModule(Module module)
Update module not forced
|
Copyright © 2024. All rights reserved.