| 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.amqps |
AMQPS IoT Hub transport and communication classes.
|
| 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 IotHubTransport |
DeviceClient.transport |
| Modifier and Type | Field and Description |
|---|---|
protected IotHubTransport |
IotHubSendTask.transport |
protected IotHubTransport |
IotHubReceiveTask.transport |
| Constructor and Description |
|---|
IotHubReceiveTask(IotHubTransport transport) |
IotHubSendTask(IotHubTransport transport) |
| Modifier and Type | Class and Description |
|---|---|
class |
AmqpsTransport
An AMQPS transport.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpsTransport
An HTTPS transport.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MqttTransport
An MQTT transport.
|
Copyright © 2017. All rights reserved.