| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device |
The API for a device to communicate with an IoT Hub.
|
| com.microsoft.azure.sdk.iot.device.transport.https |
HTTPS IoT Hub transport and communication classes.
|
| Modifier and Type | Method and Description |
|---|---|
DirectMethodResponse |
ModuleClient.invokeMethod(java.lang.String deviceId,
DirectMethodRequest directMethodRequest)
Invoke a method on a device
|
DirectMethodResponse |
ModuleClient.invokeMethod(java.lang.String deviceId,
java.lang.String moduleId,
DirectMethodRequest directMethodRequest)
Invoke a method on a module
|
| Modifier and Type | Method and Description |
|---|---|
DirectMethodResponse |
HttpsTransportManager.invokeMethod(DirectMethodRequest directMethodRequest,
java.lang.String deviceId,
java.lang.String moduleId)
Invoke a direct method to the provided uri
|
Copyright © 2023. All rights reserved.