Table of Contents

Class GattLocalCharacteristicResult

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
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

GattLocalCharacteristic

Error

Gets the Bluetooth error.

public BluetoothError Error { get; }

Property Value

BluetoothError