| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Type-independent display test interface. More...
import <TestDisplay.idl;
| Classes | |
| struct | Info | 
| Collected display meta information.  More... | |
| Public Types | |
| enum | Orientation { NORMAL , FLIPPED , LEFT , RIGHT } | 
| Display orientation.  More... | |
| enum | TestStatus { TEST_IDLE , TEST_BUSY , TEST_PASSED , TEST_FAILED } | 
| Status of interactive test.  More... | |
| Public Member Functions | |
| Info | getInfo () | 
| Retrieve display's meta information. | |
| void | testSequence (in int cycleTime_ms) | 
| Execute a test sequence that is a bit more elaborate than just on and off all. | |
| void | enterTestMode (in boolean showColorNames) | 
| Start an interactive test on units which support it. | |
| TestStatus | getTestStatus () | 
| Get the current status of the interactive test. | |
Type-independent display test interface.
Definition at line 15 of file TestDisplay.idl.
Display orientation.
| Enumerator | |
|---|---|
| NORMAL | Normal orientation. | 
| FLIPPED | Upside-down. | 
| LEFT | Left side down. | 
| RIGHT | Right side down. | 
Definition at line 18 of file TestDisplay.idl.
Status of interactive test.
| Enumerator | |
|---|---|
| TEST_IDLE | Test has not been started. | 
| TEST_BUSY | Test is in progress. | 
| TEST_PASSED | The test finished successfully. | 
| TEST_FAILED | The test failed. | 
Definition at line 49 of file TestDisplay.idl.
| void test::Display::enterTestMode | ( | in boolean | showColorNames | ) | 
Start an interactive test on units which support it.
| showColorNames | Show names along with each tested color | 
| TestStatus test::Display::getTestStatus | ( | ) | 
Get the current status of the interactive test.
| void test::Display::testSequence | ( | in int | cycleTime_ms | ) | 
Execute a test sequence that is a bit more elaborate than just on and off all.
| cycleTime_ms | Delay between state changes in ms |