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

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

공개 프로퍼티들

프로퍼티 타입 설명
DataAUX byte[]
DataShowStatus byte[]
DataShowTitle byte[]
DataUpdateScreen byte[]
MessageClearScreen Message
MessageDisableRadioMenu Message
MessageEnableRadioMenu Message
MessageRefreshScreen Message

공개 메소드들

메소드 설명
DisableRadioMenu ( ) : void
EnableRadioMenu ( ) : void
GetItemIndex ( int count, byte index, bool back = false ) : byte
Init ( ) : void

Does nothing. Just to call static constructor.

PressItem ( byte index ) : void
RefreshScreen ( ) : void
ShowText ( string s, BordmonitorFields field, byte index, bool isChecked = false, bool send = true ) : Message
ShowText ( string s, TextAlign align, BordmonitorFields field, byte index, bool isChecked = false, bool send = true ) : Message

비공개 메소드들

메소드 설명
Bordmonitor ( ) : System
OnScreenUpdated ( ) : void
OnScreenUpdated ( bool isMenuUpdated ) : void
ProcessNavGraphicsMessage ( Message m ) : void

메소드 상세

DisableRadioMenu() 공개 정적인 메소드

public static DisableRadioMenu ( ) : void
리턴 void

EnableRadioMenu() 공개 정적인 메소드

public static EnableRadioMenu ( ) : void
리턴 void

GetItemIndex() 공개 정적인 메소드

public static GetItemIndex ( int count, byte index, bool back = false ) : byte
count int
index byte
back bool
리턴 byte

Init() 공개 정적인 메소드

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

PressItem() 공개 정적인 메소드

public static PressItem ( byte index ) : void
index byte
리턴 void

RefreshScreen() 공개 정적인 메소드

public static RefreshScreen ( ) : void
리턴 void

ShowText() 공개 정적인 메소드

public static ShowText ( string s, BordmonitorFields field, byte index, bool isChecked = false, bool send = true ) : Message
s string
field BordmonitorFields
index byte
isChecked bool
send bool
리턴 Message

ShowText() 공개 정적인 메소드

public static ShowText ( string s, TextAlign align, BordmonitorFields field, byte index, bool isChecked = false, bool send = true ) : Message
s string
align TextAlign
field BordmonitorFields
index byte
isChecked bool
send bool
리턴 Message

프로퍼티 상세

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

public static byte[] DataAUX
리턴 byte[]

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

public static byte[] DataShowStatus
리턴 byte[]

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

public static byte[] DataShowTitle
리턴 byte[]

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

public static byte[] DataUpdateScreen
리턴 byte[]

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

public static Message MessageClearScreen
리턴 Message

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

public static Message MessageDisableRadioMenu
리턴 Message

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

public static Message MessageEnableRadioMenu
리턴 Message

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

public static Message MessageRefreshScreen
리턴 Message