| 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.https |
HTTPS IoT Hub transport and communication classes.
|
| Modifier and Type | Method and Description |
|---|---|
MessageProperty[] |
Message.getProperties()
Returns a copy of the message properties.
|
| Modifier and Type | Field and Description |
|---|---|
protected MessageProperty[] |
HttpsSingleMessage.properties |
| Modifier and Type | Method and Description |
|---|---|
MessageProperty[] |
HttpsSingleMessage.getProperties()
Returns a copy of the message properties.
|
MessageProperty[] |
HttpsMessage.getProperties()
Gets the collection of message properties.
|
MessageProperty[] |
HttpsBatchMessage.getProperties()
Returns an empty list of properties for the batched message.
|
Copyright © 2017. All rights reserved.