Delegate GattLocalCharacteristic.GattLocalCharacteristicClientsChangedEventHandler
- Assembly
- nanoFramework.Device.Bluetooth.dll
Delegate for Clients Changed events
public delegate void GattLocalCharacteristic.GattLocalCharacteristicClientsChangedEventHandler(GattLocalCharacteristic sender, object args)
Parameters
senderGattLocalCharacteristicargsobject
- 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
senderGattLocalCharacteristicargsobjectcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(GattLocalCharacteristic, object)
public virtual void Invoke(GattLocalCharacteristic sender, object args)
Parameters
senderGattLocalCharacteristicargsobject