C# Class YAMP.Sensors.Devices.GpsEventArgs

The GPS event args.
Inheritance: System.EventArgs
Mostra file Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
GpsEventArgs ( Position value ) : System

Creates new event args.

Method Details

GpsEventArgs() public method

Creates new event args.
public GpsEventArgs ( Position value ) : System
value Position
return System