Table of Contents

Delegate BluetoothLEAdvertisementWatcher.BluetoothLEAdvertisementStoppedEvenHandler

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

Delegate for new Bluetooth LE advertisement stop events.

public delegate void BluetoothLEAdvertisementWatcher.BluetoothLEAdvertisementStoppedEvenHandler(BluetoothLEAdvertisementWatcher sender, BluetoothLEAdvertisementWatcherStoppedEventArgs args)

Parameters

sender BluetoothLEAdvertisementWatcher
args BluetoothLEAdvertisementWatcherStoppedEventArgs

Event arguments

Extension Methods

Constructors

BluetoothLEAdvertisementStoppedEvenHandler(object, IntPtr)

public BluetoothLEAdvertisementStoppedEvenHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(BluetoothLEAdvertisementWatcher, BluetoothLEAdvertisementWatcherStoppedEventArgs, AsyncCallback, object)

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

Parameters

sender BluetoothLEAdvertisementWatcher
args BluetoothLEAdvertisementWatcherStoppedEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(BluetoothLEAdvertisementWatcher, BluetoothLEAdvertisementWatcherStoppedEventArgs)

public virtual void Invoke(BluetoothLEAdvertisementWatcher sender, BluetoothLEAdvertisementWatcherStoppedEventArgs args)

Parameters

sender BluetoothLEAdvertisementWatcher
args BluetoothLEAdvertisementWatcherStoppedEventArgs