| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device.transport.https |
HTTPS IoT Hub transport and communication classes.
|
| com.microsoft.azure.sdk.iot.device.transport.mqtt |
| Modifier and Type | Field and Description |
|---|---|
protected Queue<IotHubOutboundPacket> |
HttpsTransport.inProgressList
Messages that are waiting for a response from an IoT Hub.
|
protected Queue<IotHubOutboundPacket> |
HttpsTransport.waitingList
Messages waiting to be sent to an IoT Hub.
|
| Modifier and Type | Field and Description |
|---|---|
protected Queue<IotHubOutboundPacket> |
MqttTransport.waitingList
Messages waiting to be sent.
|
Copyright © 2017. All rights reserved.