Table of Contents

Class GattLocalDescriptorResult

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
Assembly
nanoFramework.Device.Bluetooth.dll

The result of local characteristic descriptor operations like CreateDescriptorAsync.

public class GattLocalDescriptorResult
Inheritance
GattLocalDescriptorResult
Inherited Members
Extension Methods

Properties

Descriptor

Gets the descriptor.

public GattLocalDescriptor Descriptor { get; }

Property Value

GattLocalDescriptor

Error

Gets the error.

public BluetoothError Error { get; }

Property Value

BluetoothError