Opens a new SerialPort connection within the NativeSerialPortGpsConnection class and starts reading sentences arriving via the port.
Syntax
| Visual Basic (Declaration) | |
|---|
Protected Overrides Sub OnOpen() |
| C# | |
|---|
protected override void OnOpen() |
Exceptions
| Exception | Description |
| NotSupportedException | "Generic GPS connection error" |
| IOException | "Generic IO error on specified port" |
| FileNotFoundException | "Error opening the specified Port" |
| InvalidOperationException | "An invalid operation has occurred on the specified Port" |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also