Table of Contents

Delegate SwarmTile.BackgroundNoiseInfoHandler

Namespace
Iot.Device.Swarm
Assembly
Iot.Device.Swarm.dll

Represents the delegate used for the BackgroundNoiseInfoAvailable event.

public delegate void SwarmTile.BackgroundNoiseInfoHandler(int rssi)

Parameters

rssi int

Value for background noise RSSI.

Constructors

BackgroundNoiseInfoHandler(object, IntPtr)

public BackgroundNoiseInfoHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(int, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(int rssi, AsyncCallback callback, object @object)

Parameters

rssi int
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(int)

public virtual void Invoke(int rssi)

Parameters

rssi int