| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device |
The API for a device to communicate with an IoT Hub.
|
| Modifier and Type | Method and Description |
|---|---|
static IotHubClientProtocol |
IotHubClientProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IotHubClientProtocol[] |
IotHubClientProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeviceClient.initIotHubClient(String iotHubHostname,
String deviceId,
String deviceKey,
String sharedAccessToken,
IotHubClientProtocol protocol)
Initializes an IoT Hub device client with the given parameters.
|
| Constructor and Description |
|---|
DeviceClient(String connString,
IotHubClientProtocol protocol)
Constructor that takes a connection string as an argument.
|
Copyright © 2017. All rights reserved.