Table of Contents

Delegate GnssDevice.FixChangedHandler

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

Delegate type to handle the event when the Gnss module fix status changes.

public delegate void GnssDevice.FixChangedHandler(Fix fix)

Parameters

fix Fix

The new fix status.

Constructors

FixChangedHandler(object, IntPtr)

public FixChangedHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Fix, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Fix fix, AsyncCallback callback, object @object)

Parameters

fix Fix
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Fix)

public virtual void Invoke(Fix fix)

Parameters

fix Fix