Table of Contents

Delegate GattLocalCharacteristic.GattLocalCharacteristicReadEventHandler

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

Delegate for Read requests

public delegate void GattLocalCharacteristic.GattLocalCharacteristicReadEventHandler(GattLocalCharacteristic sender, GattReadRequestedEventArgs ReadRequestEventArgs)

Parameters

sender GattLocalCharacteristic

GattLocalCharacteristic sending event

ReadRequestEventArgs GattReadRequestedEventArgs

Event arguments

Extension Methods

Constructors

GattLocalCharacteristicReadEventHandler(object, IntPtr)

public GattLocalCharacteristicReadEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(GattLocalCharacteristic, GattReadRequestedEventArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(GattLocalCharacteristic sender, GattReadRequestedEventArgs ReadRequestEventArgs, AsyncCallback callback, object @object)

Parameters

sender GattLocalCharacteristic
ReadRequestEventArgs GattReadRequestedEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(GattLocalCharacteristic, GattReadRequestedEventArgs)

public virtual void Invoke(GattLocalCharacteristic sender, GattReadRequestedEventArgs ReadRequestEventArgs)

Parameters

sender GattLocalCharacteristic
ReadRequestEventArgs GattReadRequestedEventArgs