Table of Contents

Class GattSessionStatusChangedEventArgs

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

This class represents the SessionStatusChanged event args.

public class GattSessionStatusChangedEventArgs
Inheritance
GattSessionStatusChangedEventArgs
Inherited Members
Extension Methods

Properties

Error

Gets the error of the GATT session.

public BluetoothError Error { get; }

Property Value

BluetoothError

Status

Gets the status of the GATT session.

public GattSessionStatus Status { get; }

Property Value

GattSessionStatus