Event EndOfStreamReached
Raised when the stream has reached the end. If the stream can be revound, it'll start over, unless you stop the device in this thread.
Namespace: NmeaParser
Assembly: NmeaParser.dll
Syntax
public event EventHandler? EndOfStreamReached
Returns
Type | Description |
---|---|
EventHandler | Raised when the stream has reached the end. If the stream can be revound, it'll start over, unless you stop the device in this thread. |