Serial port and GPS

SerialForm.m_stopcb Field

Delagate for stoping operations.

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

Remarks

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

See Also

SerialForm Class | serial Namespace