Click or drag to resize

IGpsReceiver Interface

GPS receiver interface. It is recommended, but not mandatory to implement for GPS receiver classes, which extend BaseGpsReceiver.

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.28.8737.22596
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public interface IGpsReceiver

The IGpsReceiver type exposes the following members.

Methods
 NameDescription
Public methodClose Closes the communication with the GPS receiver.
Public methodOpen Opens the communication with the GPS receiver.
Top
See Also