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

Afficher le fichier Open project: toxsedyshev/imBMW

Méthodes publiques

Свойство Type Description
DataAUX byte[]
DataShowStatus byte[]
DataShowTitle byte[]
DataUpdateScreen byte[]
MessageClearScreen Message
MessageDisableRadioMenu Message
MessageEnableRadioMenu Message
MessageRefreshScreen Message

Méthodes publiques

Méthode 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

Méthode Description
Bordmonitor ( ) : System
OnScreenUpdated ( ) : void
OnScreenUpdated ( bool isMenuUpdated ) : void
ProcessNavGraphicsMessage ( Message m ) : void

Method Details

DisableRadioMenu() public static méthode

public static DisableRadioMenu ( ) : void
Résultat void

EnableRadioMenu() public static méthode

public static EnableRadioMenu ( ) : void
Résultat void

GetItemIndex() public static méthode

public static GetItemIndex ( int count, byte index, bool back = false ) : byte
count int
index byte
back bool
Résultat byte

Init() public static méthode

Does nothing. Just to call static constructor.
public static Init ( ) : void
Résultat void

PressItem() public static méthode

public static PressItem ( byte index ) : void
index byte
Résultat void

RefreshScreen() public static méthode

public static RefreshScreen ( ) : void
Résultat void

ShowText() public static méthode

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
Résultat Message

ShowText() public static méthode

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
Résultat Message

Property Details

DataAUX public_oe static_oe property

public static byte[] DataAUX
Résultat byte[]

DataShowStatus public_oe static_oe property

public static byte[] DataShowStatus
Résultat byte[]

DataShowTitle public_oe static_oe property

public static byte[] DataShowTitle
Résultat byte[]

DataUpdateScreen public_oe static_oe property

public static byte[] DataUpdateScreen
Résultat byte[]

MessageClearScreen public_oe static_oe property

public static Message MessageClearScreen
Résultat Message

MessageDisableRadioMenu public_oe static_oe property

public static Message MessageDisableRadioMenu
Résultat Message

MessageEnableRadioMenu public_oe static_oe property

public static Message MessageEnableRadioMenu
Résultat Message

MessageRefreshScreen public_oe static_oe property

public static Message MessageRefreshScreen
Résultat Message