When enabled, the GPS library will open the communications port set by the
GpsInitialize or
GpsSetPort functions. When disabled, the communications ports will be closed.
Windows
When enabled, the GPS library will start a new thread that constantly monitors the GPS device. When disabled, this thread will be shut down.
Palm OS
Since the Palm OS cannot handle threads, communications with the GPS device is not handled in the background like it is under Windows. Instead, you must continuously call the
GpsCheckForData function to check you incoming GPS data.