Raritan PX2/PX3 JSON-RPC API
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
LhxSupport.idl
1 
2 module lhx {
4  interface Support {
10  void setEnabled(in boolean enabled);
11 
18  boolean isEnabled();
19  };
20 }
LHX Support Interface.
Definition: LhxSupport.idl:4