|
GPS ToolKit.NET
GPS ToolKit Events
GPS ToolKit events are signals that GPS ToolKit sends to your application when something interesting on the port has occurred.
For example, when the GPS updates the position, you can use GPS ToolKit's PositionUpdate event to update your application with the new data.
The complete list of events fired by GPS ToolKit is as follows:
Events
| Event
| Description |
FileComplete event |
Triggered when file read is complete or cancelled. |
GPSConnected event |
Triggered when a GPS connection has been made. |
GPSDisconnected event |
Triggered when communication with the GPS has stopped or been interrupted |
NavigationUpdate event |
Triggered when the new navigational information has been received from the GPS (only triggered when using the NMEA 0183 protocol). |
PositionUpdate event |
Triggered when the new position data has been received from the GPS. |
RawDataReceived event |
Triggered when a complete NMEA 0183 sentence has been received from the GPS (only triggered when using the NMEA 0183 protocol). |
SatelliteUpdate event |
Triggered when new satellite information has been received from the GPS (only triggered when using the NMEA 0183 protocol). |
|