| 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.transport |
A transport for sending and receiving IoT Hub messages, along with supporting
functionality.
|
| com.microsoft.azure.sdk.iot.device.twin |
| Class and Description |
|---|
| DesiredPropertiesCallback
The callback to be executed each time the client receives a desired property update from the service.
|
| GetTwinCallback
The callback to be executed when the service responds to a getTwin request with the current twin.
|
| GetTwinCorrelatingMessageCallback
Detailed state notification callback for tracking a particular
InternalClient.getTwinAsync(GetTwinCorrelatingMessageCallback, Object)
request. |
| MethodCallback
The callback to be executed each time a direct method is invoked on this client.
|
| ReportedPropertiesCallback
Callback to be executed when a reported properties update request has completed.
|
| ReportedPropertiesUpdateCorrelatingMessageCallback
Detailed state notification callback for tracking a particular
InternalClient.updateReportedPropertiesAsync(TwinCollection, ReportedPropertiesUpdateCorrelatingMessageCallback, Object)
request. |
| ReportedPropertiesUpdateResponse
The response fields for a reported properties update request.
|
| SubscriptionAcknowledgedCallback
Callback to be executed when the request to subscribe to desired properties has been acknowledged by the service.
|
| Twin
Representation of a single Twin.
|
| TwinCollection
Representation of a single Twin collection.
|
| Class and Description |
|---|
| DeviceOperations |
| Class and Description |
|---|
| DesiredPropertiesCallback
The callback to be executed each time the client receives a desired property update from the service.
|
| DeviceOperations |
| DirectMethodPayload
This class contains the payload of a direct method request that was received by the device/module.
|
| DirectMethodResponse |
| GetTwinCorrelatingMessageCallback
Detailed state notification callback for tracking a particular
InternalClient.getTwinAsync(GetTwinCorrelatingMessageCallback, Object)
request. |
| MethodCallback
The callback to be executed each time a direct method is invoked on this client.
|
| MethodParser.Operation |
| ReportedPropertiesUpdateCorrelatingMessageCallback
Detailed state notification callback for tracking a particular
InternalClient.updateReportedPropertiesAsync(TwinCollection, ReportedPropertiesUpdateCorrelatingMessageCallback, Object)
request. |
| ReportedPropertiesUpdateResponse
The response fields for a reported properties update request.
|
| SubscriptionAcknowledgedCallback
Callback to be executed when the request to subscribe to desired properties has been acknowledged by the service.
|
| Twin
Representation of a single Twin.
|
| TwinCollection
Representation of a single Twin collection.
|
| TwinMetadata
Representation of a single Twin metadata for the
TwinCollection. |
Copyright © 2023. All rights reserved.