Table of Contents

Delegate GnssDevice.ParsingErrorHandler

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

Delegate for the error handler when parsing the GPS data.

public delegate void GnssDevice.ParsingErrorHandler(Exception exception)

Parameters

exception Exception

The exception that occurred during parsing.

Constructors

ParsingErrorHandler(object, IntPtr)

public ParsingErrorHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Exception, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Exception exception, AsyncCallback callback, object @object)

Parameters

exception Exception
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Exception)

public virtual void Invoke(Exception exception)

Parameters

exception Exception