The following tables list the members exposed by SerialPortGpsConnection.
Name | Description | |
---|---|---|
![]() | SerialPortGpsConnection Constructor | Overloaded. Initializes a new instance of the NativeSerialPortGpsConnection class. |
Name | Description | |
---|---|---|
![]() | Altitude | Gets the altitude of the current fix. (Inherited from GpsConnection) |
![]() | BaudRate | Gets or sets the serial baud rate. |
![]() | (Inherited from | |
![]() | Course | Gets the trend -or- course (true) along the fix line (in degrees). (Inherited from GpsConnection) |
![]() | CourseMagnetic | Gets the trend -or- course (magnetic) along the fix line (in degrees). (Inherited from GpsConnection) |
![]() | DateTime | Gets the current date and time of the fix acquired. (Inherited from GpsConnection) |
![]() | FixSatelliteCount | Gets the current count of satellites in the constellation. (Inherited from GpsConnection) |
![]() | FixStatus | Returns the current FixStatus. (Inherited from GpsConnection) |
![]() | GeoidHeight | Gets the geoid height of the fix. (Inherited from GpsConnection) |
![]() | GpsChangeType | Gets type of GPS Change event. (Inherited from GpsConnection) |
![]() | HorizontalDilutionOfPrecision | Gets the horizontal dilution of precision for the fix. (Inherited from GpsConnection) |
![]() | IsOpen | Returns true if the GPS connection is open. (Inherited from GpsConnection) |
![]() | Latitude | Gets the latitude of the current fix position. (Inherited from GpsConnection) |
![]() | LatitudeToDegreeMinutesSeconds | Gets the latitude as a string (degrees-minutes-seconds.decimal seconds). (Inherited from GpsConnection) |
![]() | LoggingFile | 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. |
![]() | Longitude | Gets the longitude of the current fix position. (Inherited from GpsConnection) |
![]() | LongitudeToDegreeMinutesSeconds | Gets the longitude as a string (degrees-minutes-seconds.decimal seconds). (Inherited from GpsConnection) |
![]() | PortName | 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" |
![]() | PositionDilutionOfPrecision | Gets the position dilution of precision for the fix. (Inherited from GpsConnection) |
![]() | SatellitesInView | Gets the list of visible satellites. (Inherited from GpsConnection) |
![]() | SatellitesUsedInFix | Gets the list of satellites available at a Location. (Inherited from GpsConnection) |
![]() | (Inherited from | |
![]() | SpatialReference | Gets or sets the GpsConnection Spatial Reference. (Inherited from GpsConnection) |
![]() | Speed | Gets the ground speed (Kilometers per hour). (Inherited from GpsConnection) |
![]() | TimeoutInterval | Gets or sets the timeout interval in milliseconds. |
![]() | UsedPortName | Gets the port used by the serial port, this property could be different than PortName when the PortName is set to Auto. |
![]() | VerticalDilutionOfPrecision | Gets the vertical dilution of precision for the fix. (Inherited from GpsConnection) |
Name | Description | |
---|---|---|
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | NativeDriverHandle | Returns native driver pointer (Inherited from NmeaGpsConnection) |
Name | Description | |
---|---|---|
![]() | Close | Closes the GPS Connection and stops reading. (Inherited from GpsConnection) |
![]() | (Inherited from | |
![]() | Dispose | Overloaded. Finalizes the object release any unmanaged resource. (Inherited from NmeaGpsConnection) |
![]() | (Inherited from | |
![]() | GetSchema | This property is reserved, apply the XmlSchemaProviderAttribute to the class instead. |
![]() | (Inherited from | |
![]() | Open | Opens the GPS connection and starts to read. (Inherited from GpsConnection) |
![]() | ReadXml | Generates an object from its XML representation. |
![]() | (Inherited from | |
![]() | WriteXml | Converts an object into its XML representation. |
Name | Description | |
---|---|---|
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | Overloaded. (Inherited from | |
![]() | OnClose | Overridden. Closes the underlying SerialPort within the NativeGpsConnection and terminates the reading of sentences via the port. |
![]() | OnOpen | Overridden. Opens a new SerialPort connection within the NativeSerialPortGpsConnection class and starts reading sentences arriving via the port. |
![]() | OnPropertyChanged | Raises the PropertyChanged events. (Inherited from GpsConnection) |
![]() | RaiseGpsChanged | Raises the GpsChanged event. (Inherited from GpsConnection) |
![]() | RaiseGpsError | Raises the GpsError event. (Inherited from GpsConnection) |
![]() | RaiseSentenceReceived | Raises the SentenceReceived (Inherited from NmeaGpsConnection) |
![]() | ResetProperties | Resets all the properties to there default value. (Inherited from GpsConnection) |
Name | Description | |
---|---|---|
![]() | (Inherited from | |
![]() | GpsChanged | Occurs when a new sentence is received. (Inherited from GpsConnection) |
![]() | GpsClosed | Occurs when the connection to the GPS has been closed. (Inherited from GpsConnection) |
![]() | GpsClosing | Occurs when the connection to the GPS is about to be closed. (Inherited from GpsConnection) |
![]() | GpsError | Raised when an exception is encountered during processing Gps data. (Inherited from GpsConnection) |
![]() | GpsOpened | Occurs when the connection to the GPS has been opened. (Inherited from GpsConnection) |
![]() | GpsOpening | Occurs when the connection to the GPS is about to be opened. (Inherited from GpsConnection) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from GpsConnection) |
![]() | SentenceReceived | Occurs when a new sentence is received. (Inherited from NmeaGpsConnection) |