C# Class imBMW.iBus.Devices.Real.MultiFunctionSteeringWheel

Exibir arquivo Open project: toxsedyshev/imBMW

Public Methods

Method Description
Init ( ) : void

Does nothing. Just to call static constructor.

VolumeDown ( byte step = 1 ) : void
VolumeUp ( byte step = 1 ) : void

Private Methods

Method Description
InstrumentClusterElectronics_IgnitionStateChanged ( IgnitionEventArgs e ) : void
MultiFunctionSteeringWheel ( ) : System
OnButtonPressed ( Message m, MFLButton button ) : void
ProcessMFLMessage ( Message m ) : void

Method Details

Init() public static method

Does nothing. Just to call static constructor.
public static Init ( ) : void
return void

VolumeDown() public static method

public static VolumeDown ( byte step = 1 ) : void
step byte
return void

VolumeUp() public static method

public static VolumeUp ( byte step = 1 ) : void
step byte
return void