| Package | Description |
|---|---|
| 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 IotHubConnectionStatus |
IotHubConnectionStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IotHubConnectionStatus[] |
IotHubConnectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MultiplexedDeviceState(IotHubConnectionStatus connectionStatus) |
MultiplexedDeviceState(IotHubConnectionStatus connectionStatus,
java.lang.Throwable lastException) |
Copyright © 2023. All rights reserved.