GattReadClientCharacteristicConfigurationDescriptorResult
GattReadClientCharacteristicConfigurationDescriptorResult
GattReadClientCharacteristicConfigurationDescriptorResult
GattReadClientCharacteristicConfigurationDescriptorResult
Class
Definition
Represents the result of reading a GATT Client CharacteristicConfigurationClientDescriptor value.
public : sealed class GattReadClientCharacteristicConfigurationDescriptorResult : IGattReadClientCharacteristicConfigurationDescriptorResult, IGattReadClientCharacteristicConfigurationDescriptorResult2public sealed class GattReadClientCharacteristicConfigurationDescriptorResult : IGattReadClientCharacteristicConfigurationDescriptorResult, IGattReadClientCharacteristicConfigurationDescriptorResult2Public NotInheritable Class GattReadClientCharacteristicConfigurationDescriptorResult Implements IGattReadClientCharacteristicConfigurationDescriptorResult, IGattReadClientCharacteristicConfigurationDescriptorResult2// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
The ReadClientCharacteristicConfigurationDescriptorAsync method is used to retrieve a GattReadClientCharacteristicConfigurationDescriptorResult object.
The Status property on the GattReadClientCharacteristicConfigurationDescriptorResult returned indicates if the result of the operation was successful.
Properties
ClientCharacteristicConfigurationDescriptor ClientCharacteristicConfigurationDescriptor ClientCharacteristicConfigurationDescriptor ClientCharacteristicConfigurationDescriptor
Gets the result of an asynchronous read operation.
public : GattClientCharacteristicConfigurationDescriptorValue ClientCharacteristicConfigurationDescriptor { get; }public GattClientCharacteristicConfigurationDescriptorValue ClientCharacteristicConfigurationDescriptor { get; }Public ReadOnly Property ClientCharacteristicConfigurationDescriptor As GattClientCharacteristicConfigurationDescriptorValue// You can use this property in JavaScript.
- Value
- GattClientCharacteristicConfigurationDescriptorValue GattClientCharacteristicConfigurationDescriptorValue GattClientCharacteristicConfigurationDescriptorValue GattClientCharacteristicConfigurationDescriptorValue
The result of the asynchronous read operation.
ProtocolError ProtocolError ProtocolError ProtocolError
Gets the protocol error.
public : IReference<byte> ProtocolError { get; }public Nullable<byte> ProtocolError { get; }Public ReadOnly Property ProtocolError As Nullable<byte>// You can use this property in JavaScript.
- Value
- IReference<byte> Nullable<byte> Nullable<byte> Nullable<byte>
The protocol error.
Additional features and requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Status Status Status Status
Gets the status of an asynchronous operation.
public : GattCommunicationStatus Status { get; }public GattCommunicationStatus Status { get; }Public ReadOnly Property Status As GattCommunicationStatus// You can use this property in JavaScript.
- Value
- GattCommunicationStatus GattCommunicationStatus GattCommunicationStatus GattCommunicationStatus
The status of the asynchronous operation.