| 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.https |
HTTPS IoT Hub transport and communication classes.
|
| Modifier and Type | Method and Description |
|---|---|
MessageProperty[] |
Message.getProperties()
Returns a copy of the message properties.
|
| Constructor and Description |
|---|
IotHubTransportMessage(byte[] data,
MessageType messageType,
java.lang.String messageId,
java.lang.String correlationId,
MessageProperty[] messageProperties) |
| Modifier and Type | Method and Description |
|---|---|
MessageProperty[] |
HttpsMessage.getProperties()
Gets the collection of message properties.
|
Copyright © 2023. All rights reserved.