The following tables list the members exposed by GpsConnection.
Name | Description | |
---|---|---|
![]() | Altitude | Gets the altitude of the current fix. |
![]() | (Inherited from | |
![]() | Course | Gets the trend -or- course (true) along the fix line (in degrees). |
![]() | CourseMagnetic | Gets the trend -or- course (magnetic) along the fix line (in degrees). |
![]() | DateTime | Gets the current date and time of the fix acquired. |
![]() | FixSatelliteCount | Gets the current count of satellites in the constellation. |
![]() | FixStatus | Returns the current FixStatus. |
![]() | GeoidHeight | Gets the geoid height of the fix. |
![]() | GpsChangeType | Gets type of GPS Change event. |
![]() | HorizontalDilutionOfPrecision | Gets the horizontal dilution of precision for the fix. |
![]() | IsOpen | Returns true if the GPS connection is open. |
![]() | Latitude | Gets the latitude of the current fix position. |
![]() | LatitudeToDegreeMinutesSeconds | Gets the latitude as a string (degrees-minutes-seconds.decimal seconds). |
![]() | Longitude | Gets the longitude of the current fix position. |
![]() | LongitudeToDegreeMinutesSeconds | Gets the longitude as a string (degrees-minutes-seconds.decimal seconds). |
![]() | PositionDilutionOfPrecision | Gets the position dilution of precision for the fix. |
![]() | SatellitesInView | Gets the list of visible satellites. |
![]() | SatellitesUsedInFix | Gets the list of satellites available at a Location. |
![]() | (Inherited from | |
![]() | SpatialReference | Gets or sets the GpsConnection Spatial Reference. |
![]() | Speed | Gets the ground speed (Kilometers per hour). |
![]() | VerticalDilutionOfPrecision | Gets the vertical dilution of precision for the fix. |
Name | Description | |
---|---|---|
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | (Inherited from |
Name | Description | |
---|---|---|
![]() | Close | Closes the GPS Connection and stops reading. |
![]() | (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 |
Name | Description | |
---|---|---|
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | Overloaded. (Inherited from | |
![]() | OnClose | Invoked when the conneciton close. |
![]() | OnOpen | Invoked when the connection open. |
![]() | OnPropertyChanged | Raises the PropertyChanged events. |
![]() | RaiseGpsChanged | Raises the GpsChanged event. |
![]() | RaiseGpsError | Raises the GpsError event. |
![]() | ResetProperties | Resets all the properties to there default value. |
Name | Description | |
---|---|---|
![]() | (Inherited from | |
![]() | GpsChanged | Occurs when a new sentence is received. |
![]() | GpsClosed | Occurs when the connection to the GPS has been closed. |
![]() | GpsClosing | Occurs when the connection to the GPS is about to be closed. |
![]() | GpsError | Raised when an exception is encountered during processing Gps data. |
![]() | GpsOpened | Occurs when the connection to the GPS has been opened. |
![]() | GpsOpening | Occurs when the connection to the GPS is about to be opened. |
![]() | PropertyChanged | Occurs when a property value changes. |