Raritan PX2/PX3 JSON-RPC API
TestUnit.idl
1 #ifndef __PDU_TEST_UNIT_IDL__
2 #define __PDU_TEST_UNIT_IDL__
3 
4 #include <TestDisplay.idl>
5 
9 module test {
10 
12  interface Unit_1_0_2 {
13 
19  vector<Display_1_0_1> getDisplays();
20 
30  vector<boolean> getButtonStates();
31 
37  void setBuzzer(in boolean isOn);
38 
42  void resetAllSlaveControllers();
43 
50  void triggerSlaveControllerWatchdog(in int rs485Addr);
51  };
52 
53 }
54 
55 #endif
Test Interfaces.
Definition: TestDisplay.idl:7
Test interface for PDU components controlled by topofw.
Definition: TestUnit.idl:12