iMon.XBMC.DisplayHandler.SetText C# (CSharp) Method

SetText() public method

public SetText ( string text ) : void
text string
return void
        public void SetText(string text)
        {
            this.SetText(text, text, string.Empty, 0);
        }

Same methods

DisplayHandler::SetText ( string text, int delay ) : void
DisplayHandler::SetText ( string lcd, string vfdUpper, string vfdLower ) : void
DisplayHandler::SetText ( string lcd, string vfdUpper, string vfdLower, int delay ) : void