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

Body Module class. Aka General Module 5 (GM5) or ZKE5.
파일 보기 프로젝트 열기: toxsedyshev/imBMW

공개 프로퍼티들

프로퍼티 타입 설명
MessageCloseWindowDriverFront Message
MessageCloseWindowDriverRear Message
MessageCloseWindowPassengerFront Message
MessageCloseWindowPassengerRear Message
MessageOpenWindowDriverFront Message
MessageOpenWindowDriverRear Message
MessageOpenWindowPassengerFront Message
MessageOpenWindowPassengerRear Message

공개 메소드들

메소드 설명
CloseSunroof ( ) : void
CloseWindows ( ) : void

Warning! Closes windows just by half!

FoldMirrors ( ) : void

Now only E39 mirrors are supported, E46 not tested

Init ( ) : void

Does nothing. Just to call static constructor.

LockDoors ( ) : void
OpenSunroof ( ) : void
OpenTrunk ( ) : void
OpenWindows ( ) : void

Warning! Opens windows just by half!

UnfoldMirrors ( ) : void

Now only E39 mirrors are supported, E46 not tested

UnlockDoors ( ) : bool
UpdateBatteryVoltage ( ) : void

비공개 메소드들

메소드 설명
BodyModule ( ) : System
InstrumentClusterElectronics_IgnitionStateChanged ( IgnitionEventArgs e ) : void
OnRemoteKeyButton ( Message m, RemoteKeyButton button ) : void
ProcessGMMessage ( Message m ) : void

메소드 상세

CloseSunroof() 공개 정적인 메소드

public static CloseSunroof ( ) : void
리턴 void

CloseWindows() 공개 정적인 메소드

Warning! Closes windows just by half!
public static CloseWindows ( ) : void
리턴 void

FoldMirrors() 공개 정적인 메소드

Now only E39 mirrors are supported, E46 not tested
public static FoldMirrors ( ) : void
리턴 void

Init() 공개 정적인 메소드

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

LockDoors() 공개 정적인 메소드

public static LockDoors ( ) : void
리턴 void

OpenSunroof() 공개 정적인 메소드

public static OpenSunroof ( ) : void
리턴 void

OpenTrunk() 공개 정적인 메소드

public static OpenTrunk ( ) : void
리턴 void

OpenWindows() 공개 정적인 메소드

Warning! Opens windows just by half!
public static OpenWindows ( ) : void
리턴 void

UnfoldMirrors() 공개 정적인 메소드

Now only E39 mirrors are supported, E46 not tested
public static UnfoldMirrors ( ) : void
리턴 void

UnlockDoors() 공개 정적인 메소드

public static UnlockDoors ( ) : bool
리턴 bool

UpdateBatteryVoltage() 공개 정적인 메소드

public static UpdateBatteryVoltage ( ) : void
리턴 void

프로퍼티 상세

MessageCloseWindowDriverFront 공개적으로 정적으로 프로퍼티

public static Message MessageCloseWindowDriverFront
리턴 Message

MessageCloseWindowDriverRear 공개적으로 정적으로 프로퍼티

public static Message MessageCloseWindowDriverRear
리턴 Message

MessageCloseWindowPassengerFront 공개적으로 정적으로 프로퍼티

public static Message MessageCloseWindowPassengerFront
리턴 Message

MessageCloseWindowPassengerRear 공개적으로 정적으로 프로퍼티

public static Message MessageCloseWindowPassengerRear
리턴 Message

MessageOpenWindowDriverFront 공개적으로 정적으로 프로퍼티

public static Message MessageOpenWindowDriverFront
리턴 Message

MessageOpenWindowDriverRear 공개적으로 정적으로 프로퍼티

public static Message MessageOpenWindowDriverRear
리턴 Message

MessageOpenWindowPassengerFront 공개적으로 정적으로 프로퍼티

public static Message MessageOpenWindowPassengerFront
리턴 Message

MessageOpenWindowPassengerRear 공개적으로 정적으로 프로퍼티

public static Message MessageOpenWindowPassengerRear
리턴 Message