| 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.twin |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalClient.subscribeToDesiredProperties(DesiredPropertiesCallback desiredPropertiesCallback,
java.lang.Object desiredPropertiesCallbackContext)
Start receiving desired property updates for this client.
|
void |
InternalClient.subscribeToDesiredProperties(DesiredPropertiesCallback desiredPropertiesCallback,
java.lang.Object desiredPropertiesCallbackContext,
int timeoutMilliseconds)
Start receiving desired property updates for this client.
|
void |
InternalClient.subscribeToDesiredPropertiesAsync(DesiredPropertiesCallback desiredPropertiesCallback,
java.lang.Object desiredPropertiesCallbackContext,
SubscriptionAcknowledgedCallback subscriptionAcknowledgedCallback,
java.lang.Object desiredPropertiesSubscriptionCallbackContext)
Start receiving desired property updates for this client asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceTwin.subscribeToDesiredPropertiesAsync(SubscriptionAcknowledgedCallback subscriptionAcknowledgedCallback,
java.lang.Object subscribeToDesiredPropertiesCallbackContext,
DesiredPropertiesCallback desiredPropertiesCallback,
java.lang.Object desiredPropertiesUpdateCallbackContext) |
Copyright © 2023. All rights reserved.