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


The following tables list the members exposed by SerialPortGpsConnection.

Public Constructors

 NameDescription
Public ConstructorSerialPortGpsConnection ConstructorOverloaded.  Initializes a new instance of the NativeSerialPortGpsConnection class.  
Top

Public Properties

 NameDescription
Public PropertyAltitudeGets the altitude of the current fix. (Inherited from GpsConnection)
Public PropertyBaudRate Gets or sets the serial baud rate.  
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 PropertyLoggingFile Gets or sets the full path of the logging file. If null or empty then no logging will be made. Logging will always override existing file.  
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 PropertyPortName Gets or sets port name. Port name can be as follows: AUTO - COM port auto detect COMn - COM port (n - any number). E.g. "COM1", "COM5", or "COM999" n - equal to COMn (n - any number). E.g. "1", "5", or "999"  
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 PropertyTimeoutInterval Gets or sets the timeout interval in milliseconds.  
Public PropertyUsedPortName Gets the port used by the serial port, this property could be different than PortName when the PortName is set to Auto.  
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 (Inherited from NmeaGpsConnection)
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. (Inherited from NmeaGpsConnection)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetSchema This property is reserved, apply the XmlSchemaProviderAttribute to the class instead.  
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodOpen Opens the GPS connection and starts to read. (Inherited from GpsConnection)
Public MethodReadXml Generates an object from its XML representation.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodWriteXml Converts an object into its XML representation.  
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.  Closes the underlying SerialPort within the NativeGpsConnection and terminates the reading of sentences via the port.  
Protected MethodOnOpenOverridden.  Opens a new SerialPort connection within the NativeSerialPortGpsConnection class and starts reading sentences arriving via the port.  
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 (Inherited from NmeaGpsConnection)
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. (Inherited from NmeaGpsConnection)
Top

See Also

© 2013 All Rights Reserved.