Class GattLocalCharacteristicResult
- Assembly
- nanoFramework.Device.Bluetooth.dll
A result of CreateCharacteristic
public class GattLocalCharacteristicResult
- Inheritance
-
GattLocalCharacteristicResult
- Inherited Members
- Extension Methods
Properties
Characteristic
Gets the characteristic of the GATT service.
public GattLocalCharacteristic Characteristic { get; }
Property Value
Error
Gets the Bluetooth error.
public BluetoothError Error { get; }