Table of Contents

Delegate GattLocalDescriptor.GattLocalDescriptorWriteEventHandler

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

Delegate for Write requests

public delegate void GattLocalDescriptor.GattLocalDescriptorWriteEventHandler(GattLocalCharacteristic sender, GattWriteRequestedEventArgs WriteRequestEventArgs)

Parameters

sender GattLocalCharacteristic

GattLocalDescriptor sending event

WriteRequestEventArgs GattWriteRequestedEventArgs

Event arguments

Extension Methods

Constructors

GattLocalDescriptorWriteEventHandler(object, IntPtr)

public GattLocalDescriptorWriteEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(GattLocalCharacteristic, GattWriteRequestedEventArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(GattLocalCharacteristic sender, GattWriteRequestedEventArgs WriteRequestEventArgs, AsyncCallback callback, object @object)

Parameters

sender GattLocalCharacteristic
WriteRequestEventArgs GattWriteRequestedEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(GattLocalCharacteristic, GattWriteRequestedEventArgs)

public virtual void Invoke(GattLocalCharacteristic sender, GattWriteRequestedEventArgs WriteRequestEventArgs)

Parameters

sender GattLocalCharacteristic
WriteRequestEventArgs GattWriteRequestedEventArgs