| 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 |
A transport for sending and receiving IoT Hub messages, along with supporting
functionality.
|
| com.microsoft.azure.sdk.iot.device.twin |
| Modifier and Type | Method and Description |
|---|---|
MessageCallback |
ClientConfiguration.getDeviceTelemetryMessageCallback(java.lang.String inputName)
Getter for the message callback.
|
MessageCallback |
ClientConfiguration.getDeviceTwinMessageCallback()
Getter for the device twin message callback.
|
MessageCallback |
ClientConfiguration.getDirectMethodsMessageCallback()
Getter for the device twin message callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientConfiguration.setDeviceTwinMessageCallback(MessageCallback callback,
java.lang.Object context)
Setter for the device twin message callback.
|
void |
ClientConfiguration.setDirectMethodsMessageCallback(MessageCallback callback,
java.lang.Object context)
Setter for the device method message callback.
|
ModuleClient |
ModuleClient.setMessageCallback(MessageCallback callback,
java.lang.Object context)
Sets the message callback.
|
DeviceClient |
DeviceClient.setMessageCallback(MessageCallback callback,
java.lang.Object context)
Sets the message callback.
|
ModuleClient |
ModuleClient.setMessageCallback(java.lang.String inputName,
MessageCallback callback,
java.lang.Object context)
Sets the message callback to be fired when a telemetry message arrives on the specified input channel.
|
| Modifier and Type | Method and Description |
|---|---|
MessageCallback |
IotHubTransportMessage.getMessageCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
IotHubTransportMessage.setMessageCallback(MessageCallback messageCallback) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceTwin |
Copyright © 2023. All rights reserved.