GPSFix objects
The NumberOfSatellites property specifies how many satellites are in use.
The NumberOfSatellites property takes an integer value. The following example writes the number of satellites to a single line edit box:
li_returncode = MyGPS.GetFix(myFix) sle_1.text = "Satellites in use: " & + String(myFix.NumberOfSatellites)
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |