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
LocationThe new position.
Constructors
LocationChangeHandler(object, IntPtr)
public LocationChangeHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Location, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Location position, AsyncCallback callback, object @object)
Parameters
position
Locationcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Location)
public virtual void Invoke(Location position)
Parameters
position
Location