Table of Contents

Delegate GnssDevice.LocationChangeHandler

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

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

public delegate void GnssDevice.LocationChangeHandler(Location position)

Parameters

position Location

The new position.

Constructors

LocationChangeHandler(object, IntPtr)

public LocationChangeHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Location, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Location position, AsyncCallback callback, object @object)

Parameters

position Location
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Location)

public virtual void Invoke(Location position)

Parameters

position Location