#include <fbconsole.h>
Definition at line 219 of file fbconsole.h.
Public Member Functions | |
virtual void | LCDClearScreen ()=0 |
Clear LCD screen. More... | |
virtual void | LCDSendString (const char *pMessage, int pX=0, int pY=0)=0 |
Send a string to the LCD screen. More... | |
virtual void | LCDSendChar (char pChar, int pX=0, int pY=0)=0 |
Send a string to the LCD screen. More... | |
virtual void | LCDSetCursorBlink (bool pState=true)=0 |
Blinking cursor. More... | |
virtual void | TCSetTime (FBTime pTime)=0 |
Set time. More... | |
![]() | |
virtual HIObject | IQuery (kInterfaceID pInterfaceID, int IsLocal=0)=0 |
virtual void | Destroy (int IsLocal=0)=0 |
|
pure virtual |
Clear LCD screen.
Send a string to the LCD screen.
Send a string to the LCD screen.
|
pure virtual |
Set time.