Table of Contents

Delegate GattLocalCharacteristic.GattLocalCharacteristicWriteEventHandler

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

Delegate for Write requests

public delegate void GattLocalCharacteristic.GattLocalCharacteristicWriteEventHandler(GattLocalCharacteristic sender, GattWriteRequestedEventArgs WriteRequestEventArgs)

Parameters

sender GattLocalCharacteristic

GattLocalCharacteristic sending event

WriteRequestEventArgs GattWriteRequestedEventArgs

Event arguments

Extension Methods

Constructors

GattLocalCharacteristicWriteEventHandler(object, IntPtr)

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