The following tables list the members exposed by NmeaGpsConnection.
Name | Description | |
---|---|---|
![]() | Altitude | Gets the altitude of the current fix. (Inherited from GpsConnection) |
![]() | (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) |
![]() | 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) |
![]() | 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) |
![]() | 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 |
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 | |
![]() | (Inherited from | |
![]() | Open | Opens the GPS connection and starts to read. (Inherited from GpsConnection) |
![]() | (Inherited from |
Name | Description | |
---|---|---|
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | Overloaded. (Inherited from | |
![]() | OnClose | Overridden. Invoked when close. |
![]() | OnOpen | Overridden. Initializes event threads |
![]() | 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 |
![]() | 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. |