C# Class imBMW.iBus.Devices.Emulators.BordmonitorAUX

Inheritance: MediaEmulator
Mostra file Open project: toxsedyshev/imBMW Class Usage Examples

Public Methods

Method Description
BordmonitorAUX ( IAudioPlayer player ) : System

Protected Methods

Method Description
MultiFunctionSteeringWheel_ButtonPressed ( MFLButton button ) : void
OnIsEnabledChanged ( bool isEnabled, bool fire = true ) : void

Private Methods

Method Description
CheckAuxOn ( ) : void
ProcessRadioMessage ( Message m ) : void
Radio_OnOffChanged ( bool turnedOn ) : void

Method Details

BordmonitorAUX() public method

public BordmonitorAUX ( IAudioPlayer player ) : System
player IAudioPlayer
return System

MultiFunctionSteeringWheel_ButtonPressed() protected method

protected MultiFunctionSteeringWheel_ButtonPressed ( MFLButton button ) : void
button MFLButton
return void

OnIsEnabledChanged() protected method

protected OnIsEnabledChanged ( bool isEnabled, bool fire = true ) : void
isEnabled bool
fire bool
return void