The events of the GPSReceiver class are listed below. For a complete list of GPSReceiver class members, see the GPSReceiver Members topic.
AltitudeChanged | Occures when the altitude has changed. |
Arrival | Occures at the arrival to the destination waypoint. |
Connected | Occures after the GPS receiver is connected. |
Detecting | Occures when the GPS receiver detection is in progress and there are new values of port or baud rate in view. |
Disconnected | Occures when the GPS receiver is disconnected. |
Disposed (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. |
HeadingChanged | Occures when the heading has changed. |
LatitudeChanged | Occures when the latitude has changed. |
LongitudeChanged | Occures when the longitude has changed. |
Position2DChanged | Occures when latitude or longitude has changed. |
Position3DChanged | Occures when latitude or longitude or altitude has changed. |
Received | Occures when data was received. |
SatelliteReceived | Occures when a satellite is received. |
SatellitesReceived | Occures when a list of all satellites in view is received. |
SpeedChanged | Occures when the speed has changed. |