GattCharacteristicsResult
GattCharacteristicsResult
GattCharacteristicsResult
GattCharacteristicsResult
Class
Definition
Contains the result of GetCharacteristicsForUuidAsync and GetCharacteristicsAsync
public : sealed class GattCharacteristicsResult : IGattCharacteristicsResultpublic sealed class GattCharacteristicsResult : IGattCharacteristicsResultPublic NotInheritable Class GattCharacteristicsResult Implements IGattCharacteristicsResult// 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
Characteristics Characteristics Characteristics Characteristics
Gets the characterisitics.
public : IVectorView<GattCharacteristic> Characteristics { get; }public IReadOnlyList<GattCharacteristic> Characteristics { get; }Public ReadOnly Property Characteristics As IReadOnlyList<GattCharacteristic>// You can use this property in JavaScript.
- Value
- IVectorView<GattCharacteristic> IReadOnlyList<GattCharacteristic> IReadOnlyList<GattCharacteristic> IReadOnlyList<GattCharacteristic>
The characteristics.
ProtocolError ProtocolError ProtocolError ProtocolError
Gets the protocol error, if there is one.
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.