| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.devicetwin | |
| com.microsoft.azure.sdk.iot.service.jobs |
| Modifier and Type | Method and Description |
|---|---|
MethodResult |
DeviceMethod.invoke(String deviceId,
String methodName,
Long responseTimeoutInSeconds,
Long connectTimeoutInSeconds,
Object payload)
Directly invokes a method on the device and return its result.
|
MethodResult |
DeviceMethod.invoke(String deviceId,
String moduleId,
String methodName,
Long responseTimeoutInSeconds,
Long connectTimeoutInSeconds,
Object payload)
Directly invokes a method on the module and return its result.
|
| Modifier and Type | Method and Description |
|---|---|
MethodResult |
JobResult.getOutcomeResult()
Outcome for the device method job
|
Copyright © 2022. All rights reserved.