Serial port and GPS

Serial.m_rdbytecb Field

Callback handling single bytes read from port

[Visual Basic]
Private m_rdbytecb As ReadByteDelegate
[C#]
private ReadByteDelegate m_rdbytecb;

See Also

Serial Class | serial Namespace