Table of Contents

Delegate GnssDevice.ModeChangedHandler

Namespace
Iot.Device.Common.GnssDevice
Assembly
Iot.Device.Common.GnssDevice.dll

Delegate type to handle the event when the Gnss module mode changes.

public delegate void GnssDevice.ModeChangedHandler(GnssOperation mode)

Parameters

mode GnssOperation

The new Gnss module mode.

Constructors

ModeChangedHandler(object, IntPtr)

public ModeChangedHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(GnssOperation, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(GnssOperation mode, AsyncCallback callback, object @object)

Parameters

mode GnssOperation
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(GnssOperation)

public virtual void Invoke(GnssOperation mode)

Parameters

mode GnssOperation