Serial port and GPS

SerialForm.m_stopread Field

Delagate for stoping serial port reading.

[Visual Basic]
Private m_stopread As StopCb
[C#]
private StopCb m_stopread;

Remarks

Method closeRead() is mapped to this delegate and used in calls to FormWithInvoke.doStop()

See Also

SerialForm Class | serial Namespace