iMon.XBMC.DisplayHandler.SetText C# (CSharp) Méthode

SetText() public méthode

public SetText ( string text ) : void
text string
Résultat 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