NotificationID  Options

Chapter 3: Property Descriptions and Usage

NumberOfSatellites

Applies to

GPSFix objects

Description

The NumberOfSatellites property specifies how many satellites are in use.

Usage


In scripts

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. Options

View this book as PDF