C# Class YAMP.Sensors.Devices.CompassEventArgs

Arguments for the compass.
Inheritance: System.EventArgs
Mostrar archivo Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
CompassEventArgs ( HeadingNorth value ) : System

Creates a new instance.

Method Details

CompassEventArgs() public method

Creates a new instance.
public CompassEventArgs ( HeadingNorth value ) : System
value HeadingNorth
return System