Class GattReadRequestedEventArgs
- 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
Methods
GetRequest()
Gets the GATT read request.
public GattReadRequest GetRequest()
Returns
- GattReadRequest
Returns a GattReadRequest object.