Raritan PX2/PX3 JSON-RPC API
PeripheralG2Production.idl
1 #ifndef __PERIPHERAL_G2_PRODUCTION_IDL__
2 #define __PERIPHERAL_G2_PRODUCTION_IDL__
3 
4 #include <PeripheralDeviceSlot.idl>
5 
6 module peripheral {
7  interface G2Production_4_0_0 {
8  constant int SUCCESS = 0;
9  constant int ERR_INVALID_PARAMS = 1;
10  constant int ERR_NO_CONFIG_MODE = 2;
11  constant int ERR_NO_DEVICE = 3;
12  constant int ERR_OPERATION_FAILED = 4;
13 
14  int programSerialNumber(in string romcode, in string serial);
15  };
16 }
17 
18 #endif /* !__PERIPHERAL_G2_PRODUCTION_IDL__ */
Peripheral Devices.
Definition: PeripheralDeviceManager.idl:11
Definition: PeripheralG2Production.idl:7
Serial Ports.
Definition: AnalogModem.idl:7