C# Class imBMW.Features.Comfort

显示文件 Open project: toxsedyshev/imBMW

Public Properties

Property Type Description
AutoCloseSunroof bool
AutoCloseWindows bool
AutoFoldMirrors bool
AutoLockDoors bool
AutoUnfoldMirrors bool
AutoUnlockDoors bool
DoorsLockSpeed uint

Private Methods

Method Description
Comfort ( ) : System
ProcessCommand ( object o ) : void

Property Details

AutoCloseSunroof public_oe static_oe property

Close sunroof on remote key "lock" button
public static bool AutoCloseSunroof
return bool

AutoCloseWindows public_oe static_oe property

Close windows on remote key "lock" button
public static bool AutoCloseWindows
return bool

AutoFoldMirrors public_oe static_oe property

Fold mirrors on remote key "lock" button
public static bool AutoFoldMirrors
return bool

AutoLockDoors public_oe static_oe property

Lock doors on DoorsLockSpeed speed reached
public static bool AutoLockDoors
return bool

AutoUnfoldMirrors public_oe static_oe property

Unfold mirrors on remote key "unlock" button
public static bool AutoUnfoldMirrors
return bool

AutoUnlockDoors public_oe static_oe property

Unlock doors on ignition off
public static bool AutoUnlockDoors
return bool

DoorsLockSpeed public_oe static_oe property

Lock doors on specified speed (km/h)
public static uint DoorsLockSpeed
return uint