Table of Contents

Class GattReadRequestedEventArgs

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

This class contains the arguments for the StateChanged event.

public class GattReadRequestedEventArgs
Inheritance
GattReadRequestedEventArgs
Inherited Members
Extension Methods

Properties

Session

Gets the session.

public GattSession Session { get; }

Property Value

GattSession

Methods

GetRequest()

Gets the GATT read request.

public GattReadRequest GetRequest()

Returns

GattReadRequest

Returns a GattReadRequest object.