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.
|
void |
InternalClient.updateReportedPropertiesAsync(TwinCollection reportedProperties,
ReportedPropertiesCallback reportedPropertiesCallback,
java.lang.Object callbackContext)
Patch this client's twin with the provided reported properties asynchronously.
|
void |
InternalClient.updateReportedPropertiesAsync(TwinCollection reportedProperties,
ReportedPropertiesUpdateCorrelatingMessageCallback reportedPropertiesUpdateCorrelatingMessageCallback,
java.lang.Object callbackContext)
Patch this client's twin with the provided reported properties asynchronously.
|
Modifier and Type | Method and Description |
---|---|
TwinCollection |
TwinProperties.getDesired()
Getter for the desired property.
|
TwinCollection |
Twin.getDesiredProperties()
Getter for the desired property.
|
TwinCollection |
TwinProperties.getReported()
Getter for the reported property.
|
TwinCollection |
Twin.getReportedProperties()
Getter for the reported property.
|
Modifier and Type | Method and Description |
---|---|
void |
DeviceTwin.updateReportedPropertiesAsync(TwinCollection reportedProperties,
ReportedPropertiesUpdateCorrelatingMessageCallback reportedPropertiesUpdateCorrelatingMessageCallback,
java.lang.Object callbackContext) |
Constructor and Description |
---|
Twin(TwinCollection desiredProperty,
TwinCollection reportedProperty)
CONSTRUCTOR
|
TwinCollection(TwinCollection collection)
Constructor
|
Copyright © 2023. All rights reserved.