Raritan PX2/PX3 JSON-RPC API
|
6 #ifndef __TEST_DISPLAY_IDL__
7 #define __TEST_DISPLAY_IDL__
@ LEFT
Left side down.
Definition: TestDisplay.idl:21
TestStatus
Status of interactive test.
Definition: TestDisplay.idl:49
Orientation orientation
Display orientation.
Definition: TestDisplay.idl:30
Type-independent display test interface.
Definition: TestDisplay.idl:15
Collected display meta information.
Definition: TestDisplay.idl:26
Test Interfaces.
Definition: TestDisplay.idl:12
string type
Display type.
Definition: TestDisplay.idl:27
@ TEST_PASSED
The test finished successfully.
Definition: TestDisplay.idl:52
@ TEST_BUSY
Test is in progress.
Definition: TestDisplay.idl:51
map< string, string > options
Display options.
Definition: TestDisplay.idl:29
Info getInfo()
Retrieve display's meta information.
@ TEST_IDLE
Test has not been started.
Definition: TestDisplay.idl:50
@ FLIPPED
Upside-down.
Definition: TestDisplay.idl:20
void enterTestMode()
Start an interactive test on units which support it.
Orientation
Display orientation.
Definition: TestDisplay.idl:18
@ NORMAL
Normal orientation.
Definition: TestDisplay.idl:19
void testSequence(in int cycleTime_ms)
Execute a test sequence that is a bit more elaborate than just on and off all.
TestStatus getTestStatus()
Get the current status of the interactive test.
string address
Display address.
Definition: TestDisplay.idl:28