GattDescriptorsResult GattDescriptorsResult GattDescriptorsResult GattDescriptorsResult Class

Definition

The result of descriptor operations like GattCharacteristic.GetDescriptorsAsync

public : sealed class GattDescriptorsResult : IGattDescriptorsResultpublic sealed class GattDescriptorsResult : IGattDescriptorsResultPublic NotInheritable Class GattDescriptorsResult Implements IGattDescriptorsResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Properties

Descriptors Descriptors Descriptors Descriptors

Gets a vector of the GATT descriptors.

public : IVectorView<GattDescriptor> Descriptors { get; }public IReadOnlyList<GattDescriptor> Descriptors { get; }Public ReadOnly Property Descriptors As IReadOnlyList<GattDescriptor>// You can use this property in JavaScript.
Value
IVectorView<GattDescriptor> IReadOnlyList<GattDescriptor> IReadOnlyList<GattDescriptor> IReadOnlyList<GattDescriptor>

A vector of the GATT descriptors.

ProtocolError ProtocolError ProtocolError ProtocolError

Gets the GATT 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 GATT protocol error.

Status Status Status Status

Gets the status of the operation.

public : GattCommunicationStatus Status { get; }public GattCommunicationStatus Status { get; }Public ReadOnly Property Status As GattCommunicationStatus// You can use this property in JavaScript.