ArcGIS Runtime SDK for WPF - Library Reference
SerialPortGpsCoordinateWatcher Class Members
See Also  Properties  Methods  Events
ESRI.ArcGIS.Client.Local.Gps Namespace : SerialPortGpsCoordinateWatcher Class


The following tables list the members exposed by SerialPortGpsCoordinateWatcher.

Public Constructors

Public Properties

 NameDescription
public PropertyBaudRateGets or sets the serial baud rate.  
public PropertyDataBitsGets or sets the standard length of data bits per byte.  
public PropertyParityGets or sets the parity-checking protocol.  
public PropertyPortNameGets or sets port name. Port name can be as follows: COMn - COM port (n - any number). E.g. "COM1", "COM5", or "COM999"  
public PropertyPositionGets the location data. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
public PropertySatellitesInViewGets the Dictionary of visible satellites. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
public PropertyStatusThe status of location data. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
public PropertyStopBitsGets or sets the standard number of stopbits per byte.  
Top

Protected Properties

 NameDescription
protected PropertyContextGets the thread context in which this object was created from. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
Top

Public Methods

 NameDescription
public MethodDisposeOverloaded. Overridden. Stops the serial port communication and disposes the object  
public Methodstatic (Shared in Visual Basic)FindGPSEnabledPortSearches for GPS enabled serial ports  
public MethodStartOverloaded. Overridden. Initiate the acquisition of location data.  
public MethodStopOverridden. Invoked when close.  
public MethodTryStartOverridden. Start acquiring location data, specifying an initialization timeout. This method returns synchronously.  
Top

Protected Methods

 NameDescription
protected MethodFinalizeDestructor  
protected MethodNotifyPropertyChangedRaised when porpety is changed. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
protected MethodRaiseNmeaSentenceReceivedRaises gps sentence received event. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
protected MethodRaisePositionChangedRaises position changed event. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
protected MethodRaiseSatellitesInViewChangedRaises SatellitesInView changed event. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
protected MethodRaiseStatusChangedRaises Status changed event. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
Top

Public Events

 NameDescription
public EventNmeaSentenceReceivedOccurs when a new sentence is received. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
public EventPositionChangedRaised when a new position is acquired. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
public EventPropertyChangedOccurs when a property value changes. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
public EventSatellitesinViewChangedRaised when the number of Satellites in view changed. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
public EventStatusChangedRaised when GPS connection status is changed. (Inherited from ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher)
Top

See Also

© ESRI, Inc. All Rights Reserved.