GattLocalCharacteristicResult GattLocalCharacteristicResult GattLocalCharacteristicResult GattLocalCharacteristicResult Class

Definition

public : sealed class GattLocalCharacteristicResult : IGattLocalCharacteristicResultpublic sealed class GattLocalCharacteristicResult : IGattLocalCharacteristicResultPublic NotInheritable Class GattLocalCharacteristicResult Implements IGattLocalCharacteristicResult// 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

Characteristic Characteristic Characteristic Characteristic

Gets the characteristic of the GATT service.

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

Error Error Error Error

Gets the error.

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