ESRI.ArcGIS.Mobile
NmeaGpsConnection Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace : NmeaGpsConnection Class


The following tables list the members exposed by NmeaGpsConnection.

Public Properties

 NameDescription
Public PropertyAltitudeGets the altitude of the current fix. (Inherited from GpsConnection)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCourseGets the trend -or- course (true) along the fix line (in degrees). (Inherited from GpsConnection)
Public PropertyCourseMagneticGets the trend -or- course (magnetic) along the fix line (in degrees). (Inherited from GpsConnection)
Public PropertyDateTimeGets the current date and time of the fix acquired. (Inherited from GpsConnection)
Public PropertyFixSatelliteCountGets the current count of satellites in the constellation. (Inherited from GpsConnection)
Public PropertyFixStatusReturns the current FixStatus. (Inherited from GpsConnection)
Public PropertyGeoidHeightGets the geoid height of the fix. (Inherited from GpsConnection)
Public PropertyGpsChangeTypeGets type of GPS Change event. (Inherited from GpsConnection)
Public PropertyHorizontalDilutionOfPrecisionGets the horizontal dilution of precision for the fix. (Inherited from GpsConnection)
Public PropertyIsOpen Returns true if the GPS connection is open. (Inherited from GpsConnection)
Public PropertyLatitudeGets the latitude of the current fix position. (Inherited from GpsConnection)
Public PropertyLatitudeToDegreeMinutesSeconds Gets the latitude as a string (degrees-minutes-seconds.decimal seconds). (Inherited from GpsConnection)
Public PropertyLongitudeGets the longitude of the current fix position. (Inherited from GpsConnection)
Public PropertyLongitudeToDegreeMinutesSeconds Gets the longitude as a string (degrees-minutes-seconds.decimal seconds). (Inherited from GpsConnection)
Public PropertyPositionDilutionOfPrecisionGets the position dilution of precision for the fix. (Inherited from GpsConnection)
Public PropertySatellitesInView Gets the list of visible satellites. (Inherited from GpsConnection)
Public PropertySatellitesUsedInFix Gets the list of satellites available at a Location. (Inherited from GpsConnection)
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySpatialReferenceGets or sets the GpsConnection Spatial Reference. (Inherited from GpsConnection)
Public PropertySpeedGets the ground speed (Kilometers per hour). (Inherited from GpsConnection)
Public PropertyVerticalDilutionOfPrecisionGets the vertical dilution of precision for the fix. (Inherited from GpsConnection)
Top

Protected Properties

 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Protected PropertyNativeDriverHandle Returns native driver pointer  
Top

Public Methods

 NameDescription
Public MethodClose Closes the GPS Connection and stops reading. (Inherited from GpsConnection)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  Finalizes the object release any unmanaged resource.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodOpen Opens the GPS connection and starts to read. (Inherited from GpsConnection)
Public MethodToString (Inherited from System.ComponentModel.Component)
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnCloseOverridden.  Invoked when close.  
Protected MethodOnOpenOverridden.  Initializes event threads  
Protected MethodOnPropertyChanged Raises the PropertyChanged events. (Inherited from GpsConnection)
Protected MethodRaiseGpsChanged Raises the GpsChanged event. (Inherited from GpsConnection)
Protected MethodRaiseGpsError Raises the GpsError event. (Inherited from GpsConnection)
Protected MethodRaiseSentenceReceived Raises the SentenceReceived  
Protected MethodResetProperties Resets all the properties to there default value. (Inherited from GpsConnection)
Top

Public Events

 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventGpsChangedOccurs when a new sentence is received. (Inherited from GpsConnection)
Public EventGpsClosed Occurs when the connection to the GPS has been closed. (Inherited from GpsConnection)
Public EventGpsClosing Occurs when the connection to the GPS is about to be closed. (Inherited from GpsConnection)
Public EventGpsError Raised when an exception is encountered during processing Gps data. (Inherited from GpsConnection)
Public EventGpsOpened Occurs when the connection to the GPS has been opened. (Inherited from GpsConnection)
Public EventGpsOpening Occurs when the connection to the GPS is about to be opened. (Inherited from GpsConnection)
Public EventPropertyChangedOccurs when a property value changes. (Inherited from GpsConnection)
Public EventSentenceReceivedOccurs when a new sentence is received.  
Top

See Also

© 2013 All Rights Reserved.