| 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.amqps |
AMQPS IoT Hub transport and communication classes.
|
| com.microsoft.azure.sdk.iot.device.transport.https |
HTTPS IoT Hub transport and communication classes.
|
| Modifier and Type | Method and Description |
|---|---|
IotHubMessageResult |
MessageCallback.execute(Message message,
Object callbackContext)
Executes the callback.
|
static IotHubMessageResult |
IotHubMessageResult.valueOf(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 |
AmqpsIotHubConnection.sendMessageResult(AmqpsMessage message,
IotHubMessageResult result)
Sends the message result for the previously received message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpsIotHubConnection.sendMessageResult(IotHubMessageResult result)
Sends the message result for the previously received
message.
|
Copyright © 2017. All rights reserved.