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
FixThe new fix status.
Constructors
FixChangedHandler(object, IntPtr)
public FixChangedHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Fix, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Fix fix, AsyncCallback callback, object @object)
Parameters
fix
Fixcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Fix)
public virtual void Invoke(Fix fix)
Parameters
fix
Fix