Table of Contents

Delegate GnssDevice.UnparsedMessageHangler

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

Delegate type to handle the event when the Gnss module receives an unparsed message.

public delegate void GnssDevice.UnparsedMessageHangler(string message)

Parameters

message string

The unparsed message.

Constructors

UnparsedMessageHangler(object, IntPtr)

public UnparsedMessageHangler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string message, AsyncCallback callback, object @object)

Parameters

message string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string)

public virtual void Invoke(string message)

Parameters

message string