imBMW.iBus.Devices.Real.Bordmonitor.ShowText C# (CSharp) Method

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
        public static Message ShowText(string s, BordmonitorFields field, byte index = 0, bool isChecked = false, bool send = true)
        {
            return ShowText(s, TextAlign.Left, field, index, isChecked, send);
        }

Same methods

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