Opens a new IO file connection within the FileGpsConnection class and immediately starts to read sentences.
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 file" |
FileNotFoundException | "File was not found" |
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