Delegate GattLocalCharacteristic.GattLocalCharacteristicReadEventHandler
- Assembly
- nanoFramework.Device.Bluetooth.dll
Delegate for Read requests
public delegate void GattLocalCharacteristic.GattLocalCharacteristicReadEventHandler(GattLocalCharacteristic sender, GattReadRequestedEventArgs ReadRequestEventArgs)
Parameters
sender
GattLocalCharacteristicGattLocalCharacteristic sending event
ReadRequestEventArgs
GattReadRequestedEventArgsEvent arguments
- Extension Methods
Constructors
GattLocalCharacteristicReadEventHandler(object, IntPtr)
public GattLocalCharacteristicReadEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(GattLocalCharacteristic, GattReadRequestedEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(GattLocalCharacteristic sender, GattReadRequestedEventArgs ReadRequestEventArgs, AsyncCallback callback, object @object)
Parameters
sender
GattLocalCharacteristicReadRequestEventArgs
GattReadRequestedEventArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(GattLocalCharacteristic, GattReadRequestedEventArgs)
public virtual void Invoke(GattLocalCharacteristic sender, GattReadRequestedEventArgs ReadRequestEventArgs)
Parameters
sender
GattLocalCharacteristicReadRequestEventArgs
GattReadRequestedEventArgs