| Raritan PX2/PX3 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.  More... | |
| void | testSequence (in int cycleTime_ms) | 
| Execute a test sequence that is a bit more elaborate than just on and off all.  More... | |
| void | enterTestMode () | 
| Start an interactive test on units which support it. | |
| TestStatus | getTestStatus () | 
| Get the current status of the interactive test.  More... | |
Type-independent display test interface.
| Info test::Display_1_0_1::getInfo | ( | ) | 
Retrieve display's meta information.
| TestStatus test::Display_1_0_1::getTestStatus | ( | ) | 
Get the current status of the interactive test.
| void test::Display_1_0_1::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 | 
 1.8.14
 1.8.14