| Package | Description |
|---|---|
| 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 |
|---|---|
DeviceOperations |
IotHubTransportMessage.getDeviceOperationType()
Getter for the device operation type
|
| Modifier and Type | Method and Description |
|---|---|
void |
IotHubTransportMessage.setDeviceOperationType(DeviceOperations deviceOperationType)
Setter for the device operation type
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceOperations |
DeviceOperations.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceOperations[] |
DeviceOperations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.