Delegate GattLocalCharacteristic.GattLocalCharacteristicClientsChangedEventHandler
- Assembly
- nanoFramework.Device.Bluetooth.dll
Delegate for Clients Changed events
public delegate void GattLocalCharacteristic.GattLocalCharacteristicClientsChangedEventHandler(GattLocalCharacteristic sender, object args)
Parameters
sender
GattLocalCharacteristicargs
object
- Extension Methods
Constructors
GattLocalCharacteristicClientsChangedEventHandler(object, IntPtr)
public GattLocalCharacteristicClientsChangedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(GattLocalCharacteristic, object, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(GattLocalCharacteristic sender, object args, AsyncCallback callback, object @object)
Parameters
sender
GattLocalCharacteristicargs
objectcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(GattLocalCharacteristic, object)
public virtual void Invoke(GattLocalCharacteristic sender, object args)
Parameters
sender
GattLocalCharacteristicargs
object