Class GattSessionStatusChangedEventArgs
- 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
Status
Gets the status of the GATT session.
public GattSessionStatus Status { get; }