| 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.transport.amqps |
AMQPS IoT Hub transport and communication classes.
|
| com.microsoft.azure.sdk.iot.device.transport.https |
HTTPS IoT Hub transport and communication classes.
|
| com.microsoft.azure.sdk.iot.device.transport.mqtt | |
| com.microsoft.azure.sdk.iot.device.twin |
| Modifier and Type | Method and Description |
|---|---|
IotHubMessageResult |
MessageCallback.onCloudToDeviceMessageReceived(Message message,
java.lang.Object callbackContext)
Executes the callback.
|
static IotHubMessageResult |
IotHubMessageResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IotHubMessageResult[] |
IotHubMessageResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IotHubTransportConnection.sendMessageResult(IotHubTransportMessage message,
IotHubMessageResult result)
Send an acknowledgement to the IotHub for a message that the Transport layer received
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AmqpsIotHubConnection.sendMessageResult(IotHubTransportMessage message,
IotHubMessageResult result) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpsIotHubConnection.sendMessageResult(IotHubTransportMessage message,
IotHubMessageResult result)
Sends the message result for the previously received
message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MqttIotHubConnection.sendMessageResult(IotHubTransportMessage message,
IotHubMessageResult result)
Sends an ACK to the service for the provided message
|
| Modifier and Type | Method and Description |
|---|---|
IotHubMessageResult |
DeviceTwin.onCloudToDeviceMessageReceived(Message message,
java.lang.Object callbackContext) |
Copyright © 2023. All rights reserved.