VDOP  Version

Chapter 3: Property Descriptions and Usage

Vendor

Applies to

SerialGPS objects

Description

The Vendor property specifies the vendor of the GPS device.

Usage


In a painter

Type the value in the Vendor box on the General page of the Object’s Properties view.


In scripts

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

View this book as PDF