6#include <UserEvent.idl>
89 void showSmiley(in
boolean on, in
boolean happy, in
string msg);
Interface to control the device's front panel display.
Info getInfo()
Retrieve display's meta information.
constant int ERR_INVALID_VALUE
Invalid argument.
int setSettings(in Settings settings)
Update the settings.
void showSmiley(in boolean on, in boolean happy, in string msg)
Show smiley on display.
vector< DefaultViewItem > getAvailableDefaultViews()
Get available default views.
constant int SUCCESS
Error codes.
Settings getSettings()
Get the current settings.
Front panel display interface.
Representation of a possible default view.
string description
Textual description.
Collected display meta information.
int height
Display height.
int fwBootVersion
Firmware bootloader version; 0 if unavailable.
boolean versionAvailable
true if version information is available
int fwAppVersion
Firmware application version; 0 if unavailable.
int orientation
Display orientation.
Event: Settings were changed.
Settings newSettings
New settings.
int backlightTimeout
Backlight timeout in seconds, or 0 for no timeout.
string defaultView
Default view ID (might be an empty string if the device doesn't allow default view configuration)