| 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.auth |
Authenticates a device to an IoT Hub via SAS tokens.
|
| 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 DeviceClientConfig |
DeviceClient.config |
| Constructor and Description |
|---|
IotHubSasToken(DeviceClientConfig config,
long expiryTime)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected DeviceClientConfig |
AmqpsIotHubConnection.config |
| Constructor and Description |
|---|
AmqpsIotHubConnection(DeviceClientConfig config,
Boolean useWebSockets)
Constructor to set up connection parameters using the
DeviceClientConfig. |
AmqpsTransport(DeviceClientConfig config,
Boolean useWebSockets)
Constructs an instance from the given
DeviceClientConfig
object. |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceClientConfig |
HttpsTransport.config |
protected DeviceClientConfig |
HttpsIotHubConnection.config
The client configuration.
|
| Constructor and Description |
|---|
HttpsIotHubConnection(DeviceClientConfig config)
Constructs an instance from the given
DeviceClientConfig
object. |
HttpsTransport(DeviceClientConfig config)
Constructs an instance from the given
DeviceClientConfig
object. |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceClientConfig |
MqttTransport.config |
protected DeviceClientConfig |
MqttIotHubConnection.config |
| Constructor and Description |
|---|
MqttIotHubConnection(DeviceClientConfig config)
Constructs an instance from the given
DeviceClientConfig
object. |
MqttTransport(DeviceClientConfig config)
Constructs an instance from the given
DeviceClientConfig
object. |
Copyright © 2017. All rights reserved.