Table of Contents

Delegate GattLocalDescriptor.GattLocalDescriptorReadEventHandler

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

Delegate for Read requests

public delegate void GattLocalDescriptor.GattLocalDescriptorReadEventHandler(GattLocalCharacteristic sender, GattReadRequestedEventArgs ReadRequestEventArgs)

Parameters

sender GattLocalCharacteristic

GattLocalDescriptor sending event

ReadRequestEventArgs GattReadRequestedEventArgs

Event arguments

Extension Methods

Constructors

GattLocalDescriptorReadEventHandler(object, IntPtr)

public GattLocalDescriptorReadEventHandler(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