Table of Contents

Delegate GattLocalCharacteristic.GattLocalCharacteristicClientsChangedEventHandler

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

Delegate for Clients Changed events

public delegate void GattLocalCharacteristic.GattLocalCharacteristicClientsChangedEventHandler(GattLocalCharacteristic sender, object args)

Parameters

sender GattLocalCharacteristic
args object
Extension Methods

Constructors

GattLocalCharacteristicClientsChangedEventHandler(object, IntPtr)

public GattLocalCharacteristicClientsChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(GattLocalCharacteristic, object, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(GattLocalCharacteristic sender, object args, AsyncCallback callback, object @object)

Parameters

sender GattLocalCharacteristic
args object
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(GattLocalCharacteristic, object)

public virtual void Invoke(GattLocalCharacteristic sender, object args)

Parameters

sender GattLocalCharacteristic
args object