| Interface | 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. |
| SubscriptionAcknowledgedCallback |
Callback to be executed when the request to subscribe to desired properties has been acknowledged by the service.
|
| Class | Description |
|---|---|
| DeviceTwin | |
| DirectMethod | |
| DirectMethodPayload |
This class contains the payload of a direct method request that was received by the device/module.
|
| DirectMethodResponse | |
| MethodParser |
Representation of a single Direct Method Access collection with a Json serializer and deserializer.
|
| Pair<Type1,Type2> | |
| ParserUtility |
Set of static functions to help the serializer.
|
| Property | |
| ReportedPropertiesUpdateResponse |
The response fields for a reported properties update request.
|
| Twin |
Representation of a single Twin.
|
| TwinCollection |
Representation of a single Twin collection.
|
| TwinMetadata |
Representation of a single Twin metadata for the
TwinCollection. |
| TwinProperties |
Representation of a single Twin Properties for the
Twin. |
| Enum | Description |
|---|---|
| DeviceOperations | |
| MethodParser.Operation |
Copyright © 2023. All rights reserved.