| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static IotHubConnectionStatusChangeReason |
IotHubConnectionStatusChangeReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IotHubConnectionStatusChangeReason[] |
IotHubConnectionStatusChangeReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IotHubTransport.close(IotHubConnectionStatusChangeReason reason,
java.lang.Throwable cause)
Closes all resources used to communicate with an IoT Hub.
|
Copyright © 2023. All rights reserved.