Delegate GattLocalCharacteristic.GattLocalCharacteristicWriteEventHandler
- Assembly
- nanoFramework.Device.Bluetooth.dll
Delegate for Write requests
public delegate void GattLocalCharacteristic.GattLocalCharacteristicWriteEventHandler(GattLocalCharacteristic sender, GattWriteRequestedEventArgs WriteRequestEventArgs)
Parameters
sender
GattLocalCharacteristicGattLocalCharacteristic sending event
WriteRequestEventArgs
GattWriteRequestedEventArgsEvent arguments
- Extension Methods
Constructors
GattLocalCharacteristicWriteEventHandler(object, IntPtr)
public GattLocalCharacteristicWriteEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(GattLocalCharacteristic, GattWriteRequestedEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(GattLocalCharacteristic sender, GattWriteRequestedEventArgs WriteRequestEventArgs, AsyncCallback callback, object @object)
Parameters
sender
GattLocalCharacteristicWriteRequestEventArgs
GattWriteRequestedEventArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(GattLocalCharacteristic, GattWriteRequestedEventArgs)
public virtual void Invoke(GattLocalCharacteristic sender, GattWriteRequestedEventArgs WriteRequestEventArgs)
Parameters
sender
GattLocalCharacteristicWriteRequestEventArgs
GattWriteRequestedEventArgs