SerialGPS objects
The Vendor property specifies the vendor of the GPS device.
Type the value in the Vendor box on the General page of the Object’s Properties view.
The Vendor property takes a string value. This example sets the Vendor property to Pharos:
string myVendor SerialGps myGPS
Integer rc MyGPS = CREATE SerialGPS rc = myGPS.Open() ... MyGPS.Vendor = "Pharos"
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |