|
GPS ToolKit.NET
GPSInfo Class
Contains information about the connected GPS, including software version and product description.
Syntax
[Visual Basic]
Dim instance As GPSInfo
[C#]
GPSInfo instance
[C++]
GPSInfo* instance
Remarks
If the NMEA 0183 protocol is currently in use, the product description will be "GPS Supporting NMEA 0183 Protocol"
and the value of the ProductID and SoftwareVersion properties will be 0.
Instance Hierarchy
SciCom
   SciCom.GPSToolKit
     SciCom.GPSToolKit.GPSInfo
Thread Safety
GPSInfo is thread safe for use by multiple threads.
Properties
| Property
| Description |
ProductDescription property |
A string containing a textual description of the GPS product |
ProductID property |
An integer containing the internal product ID of the device |
SoftwareVersion property |
An integer containing the software version of the device |
See Also
GPSToolKit class
|