The BaseGpsReceiver type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddChecksumToNmea |
Adds checksum to a NMEA sentence (including asterix).
| |
| AddSentenceTerminatorToNmea |
Adds sentence terminator (usually CR-LF) to an NMEA sentence.
| |
| AsciiByteArrayToString |
Converts ASCII / ANSI byte array to string.
| |
| ChecksumOk |
Checks if the checksum of the sentence is valid.
| |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose | Releases all resources used by the Component. (Inherited from Component.) | |
| Dispose(Boolean) |
Clean up any resources being used.
(Overrides ComponentDispose(Boolean).) | |
| DrawCompass |
Draws a compass.
| |
| DrawSatellites |
Draws the satellites in view.
Grey brush satellite - no signal
Red brush satellite - very low signal
Yellow brush satellite - low signal
Light green brush satellite - medium signal
Green brush satellite - good signal
White pen satellite - GPS
Orange red pen satellite - GLONASS
Yellow pen satellite - BeiDou
Blue pen satellite - Galileo
Green pen satellite - QZSS
Black pen satellite - Unknown
| |
| Equals | (Inherited from Object.) | |
| FeedGpsReceiver |
Use this method to feed the GPS receiver with NMEA data from the source you wish for classes derived from BaseGpsReceiver.
| |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetNmeaChecksum |
Returns the checksum of a sentence.
| |
| GetService | (Inherited from Component.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| OnActiveRouteReceived |
Raises the ActiveRouteReceived event.
| |
| OnAltitudeChanged |
Raises the AltitudeChanged event.
| |
| OnArrival |
Raises the Arrival event.
| |
| OnCourseChanged |
Raises the CourseChanged event.
| |
| OnHeadingChanged |
Raises the HeadingChanged event.
| |
| OnLatitudeChanged |
Raises the LatitudeChanged event.
| |
| OnLongitudeChanged |
Raises the LongitudeChanged event.
| |
| OnNewSentenceReceived |
Raises the NewSentenceReceived event.
| |
| OnPosition2DChanged |
Raises the Position2DChanged event.
| |
| OnPosition3DChanged |
Raises the Position3DChanged event.
| |
| OnReceived |
Raises the Received event.
| |
| OnSatelliteReceived |
Raises the SatelliteReceived event.
| |
| OnSatellitesReceived |
Raises the SatellitesReceived event.
| |
| OnSent |
Raises the Sent event.
| |
| OnSpeedChanged |
Raises the SpeedChanged event.
| |
| OnUnknownSentenceReceived |
Raises the UnknownSentenceReceived event.
| |
| OnWaypointReceived |
Raises the WaypointReceived event.
| |
| Reset |
Resets all GPS data to a default value:
Position, ReceiverStatus, NavigationInfo, WayPoints, ActiveRoute, Track.
| |
| RouteToNmea(String) |
Converts a route to NMEA.
| |
| RouteToNmea(Route) |
Converts a route to NMEA.
| |
| ShowOnGoogleMaps(Int32) |
Displays the current position on Google maps in the default browser.
| |
| ShowOnGoogleMaps(Double, Double, Int32) |
Displays the specified position on google maps in the default browser.
| |
| StringToAsciiByteArray |
Converts string to ASCII / ANSI byte array.
| |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) | |
| WaypointToNmea |
Converts a waypoint to NMEA.
|
See Also