C# 클래스 imBMW.iBus.Devices.Real.MultiFunctionSteeringWheel

파일 보기 프로젝트 열기: toxsedyshev/imBMW

공개 메소드들

메소드 설명
Init ( ) : void

Does nothing. Just to call static constructor.

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

비공개 메소드들

메소드 설명
InstrumentClusterElectronics_IgnitionStateChanged ( IgnitionEventArgs e ) : void
MultiFunctionSteeringWheel ( ) : System
OnButtonPressed ( Message m, MFLButton button ) : void
ProcessMFLMessage ( Message m ) : void

메소드 상세

Init() 공개 정적인 메소드

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

VolumeDown() 공개 정적인 메소드

public static VolumeDown ( byte step = 1 ) : void
step byte
리턴 void

VolumeUp() 공개 정적인 메소드

public static VolumeUp ( byte step = 1 ) : void
step byte
리턴 void