MobileForms Toolkit Documentation

GpsDevice Class

Represents the GPS (Global Positioning System) device interface.

For a list of all members of this type, see GpsDevice Members.

System.Object
   Resco.Location.GPS.GpsDevice

public abstract class GpsDevice : IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

GpsDevice is a disposable object that is referenced by the GPS device processing thread in case of running GPS acquisition. Thus it is very important to dispose (or at least stop) this object explicitly before exiting the application. Otherwise it may remain in the memory and the running GPS device thread may prevent the application process from exiting. gpsDevice.Dispose(); Application.Exit();

Requirements

Namespace: Resco.Location.GPS

Assembly: Resco.Location.CF3 (in Resco.Location.CF3.dll)

See Also

GpsDevice Members | Resco.Location.GPS Namespace