BaseGpsReceiver Methods

ZylGpsReceiver.NET Mobile

The BaseGpsReceiver type exposes the following members.

Methods

  NameDescription
Public methodAddChecksumToNmea
Adds checksum to a NMEA sentence (including asterix).
Public methodAddSentenceTerminatorToNmea
Adds sentence terminator (usually CR-LF) to an NMEA sentence.
Public methodStatic memberAsciiByteArrayToString
Converts ASCII / ANSI byte array to string.
Public methodChecksumOk
Checks if the checksum of the sentence is valid.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean)
Clean up any resources being used.
(Overrides ComponentDispose(Boolean).)
Public methodCode exampleDrawCompass
Draws a compass.
Public methodCode exampleDrawSatellites
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
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFeedGpsReceiver
Use this method to feed the GPS receiver with NMEA data from the source you wish for classes derived from BaseGpsReceiver.
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetNmeaChecksum
Returns the checksum of a sentence.
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodOnActiveRouteReceived
Raises the ActiveRouteReceived event.
Protected methodOnAltitudeChanged
Raises the AltitudeChanged event.
Protected methodOnArrival
Raises the Arrival event.
Protected methodOnCourseChanged
Raises the CourseChanged event.
Protected methodOnHeadingChanged
Raises the HeadingChanged event.
Protected methodOnLatitudeChanged
Raises the LatitudeChanged event.
Protected methodOnLongitudeChanged
Raises the LongitudeChanged event.
Protected methodOnNewSentenceReceived
Raises the NewSentenceReceived event.
Protected methodOnPosition2DChanged
Raises the Position2DChanged event.
Protected methodOnPosition3DChanged
Raises the Position3DChanged event.
Protected methodOnReceived
Raises the Received event.
Protected methodOnSatelliteReceived
Raises the SatelliteReceived event.
Protected methodOnSatellitesReceived
Raises the SatellitesReceived event.
Protected methodOnSent
Raises the Sent event.
Protected methodOnSpeedChanged
Raises the SpeedChanged event.
Protected methodOnUnknownSentenceReceived
Raises the UnknownSentenceReceived event.
Protected methodOnWaypointReceived
Raises the WaypointReceived event.
Public methodReset
Resets all GPS data to a default value: Position, ReceiverStatus, NavigationInfo, WayPoints, ActiveRoute, Track.
Protected methodRouteToNmea(String)
Converts a route to NMEA.
Protected methodRouteToNmea(Route)
Converts a route to NMEA.
Public methodShowOnGoogleMaps(Int32)
Displays the current position on Google maps in the default browser.
Public methodStatic memberShowOnGoogleMaps(Double, Double, Int32)
Displays the specified position on google maps in the default browser.
Public methodStatic memberStringToAsciiByteArray
Converts string to ASCII / ANSI byte array.
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Protected methodWaypointToNmea
Converts a waypoint to NMEA.
Top
See Also

Reference