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
BluetoothLEAdvertisementWatcherargs
BluetoothLEAdvertisementWatcherStoppedEventArgsEvent arguments
- Extension Methods
Constructors
BluetoothLEAdvertisementStoppedEvenHandler(object, IntPtr)
public BluetoothLEAdvertisementStoppedEvenHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(BluetoothLEAdvertisementWatcher, BluetoothLEAdvertisementWatcherStoppedEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(BluetoothLEAdvertisementWatcher sender, BluetoothLEAdvertisementWatcherStoppedEventArgs args, AsyncCallback callback, object @object)
Parameters
sender
BluetoothLEAdvertisementWatcherargs
BluetoothLEAdvertisementWatcherStoppedEventArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(BluetoothLEAdvertisementWatcher, BluetoothLEAdvertisementWatcherStoppedEventArgs)
public virtual void Invoke(BluetoothLEAdvertisementWatcher sender, BluetoothLEAdvertisementWatcherStoppedEventArgs args)