| 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 |
|---|---|
ReportedPropertiesUpdateResponse |
InternalClient.updateReportedProperties(TwinCollection reportedProperties)
Patch this client's twin with the provided reported properties.
|
ReportedPropertiesUpdateResponse |
InternalClient.updateReportedProperties(TwinCollection reportedProperties,
int timeoutMilliseconds)
Patch this client's twin with the provided reported properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportedPropertiesCallback.onReportedPropertiesUpdateAcknowledged(IotHubStatusCode statusCode,
ReportedPropertiesUpdateResponse response,
IotHubClientException e,
java.lang.Object context)
The callback that is executed when the reported properties update request has completed.
|
void |
ReportedPropertiesUpdateCorrelatingMessageCallback.onResponseReceived(Message message,
java.lang.Object callbackContext,
IotHubStatusCode statusCode,
ReportedPropertiesUpdateResponse response,
IotHubClientException e)
Called when a response to the sent message has been sent by IoT hub and has been receieved by the transport.
|
Copyright © 2023. All rights reserved.