C# Class imBMW.iBus.Devices.Real.Bordmonitor

Mostra file Open project: toxsedyshev/imBMW

Public Properties

Property Type Description
DataAUX byte[]
DataShowStatus byte[]
DataShowTitle byte[]
DataUpdateScreen byte[]
MessageClearScreen Message
MessageDisableRadioMenu Message
MessageEnableRadioMenu Message
MessageRefreshScreen Message

Public Methods

Method Description
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

Private Methods

Method Description
Bordmonitor ( ) : System
OnScreenUpdated ( ) : void
OnScreenUpdated ( bool isMenuUpdated ) : void
ProcessNavGraphicsMessage ( Message m ) : void

Method Details

DisableRadioMenu() public static method

public static DisableRadioMenu ( ) : void
return void

EnableRadioMenu() public static method

public static EnableRadioMenu ( ) : void
return void

GetItemIndex() public static method

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

Init() public static method

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

PressItem() public static method

public static PressItem ( byte index ) : void
index byte
return void

RefreshScreen() public static method

public static RefreshScreen ( ) : void
return void

ShowText() public static method

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
return Message

ShowText() public static method

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
return Message

Property Details

DataAUX public_oe static_oe property

public static byte[] DataAUX
return byte[]

DataShowStatus public_oe static_oe property

public static byte[] DataShowStatus
return byte[]

DataShowTitle public_oe static_oe property

public static byte[] DataShowTitle
return byte[]

DataUpdateScreen public_oe static_oe property

public static byte[] DataUpdateScreen
return byte[]

MessageClearScreen public_oe static_oe property

public static Message MessageClearScreen
return Message

MessageDisableRadioMenu public_oe static_oe property

public static Message MessageDisableRadioMenu
return Message

MessageEnableRadioMenu public_oe static_oe property

public static Message MessageEnableRadioMenu
return Message

MessageRefreshScreen public_oe static_oe property

public static Message MessageRefreshScreen
return Message