| Raritan PX2/PX3 JSON-RPC API
    | 
LHX Configuration Interface. More...
import"LhxConfig.idl";
| Classes | |
| struct | ComSettings | 
| LHX port communication settings.  More... | |
| Public Member Functions | |
| ComSettings | getComSettings () | 
| Retrieve the LHX port communication settings.  More... | |
| int | setComSettings (in ComSettings settings) | 
| Change the LHX port communication settings.  More... | |
| string | getName () | 
| Retrieve the LHX port name.  More... | |
| int | setName (in string name) | 
| Change the LHX port name.  More... | |
| Public Attributes | |
| constant int | NO_ERROR = 0 | 
| No error. | |
| constant int | ERR_INVALID_PARAMS = 1 | 
| Invalid parameters. | |
| valueobject | ComSettingsChangedEvent: event::UserEvent { ComSettings oldSettings | 
| Event: LHX port communication settings have changed.  More... | |
| ComSettings | newSettings | 
| Settings after change. | |
| valueobject | PortNameChangedEvent: event::UserEvent { string oldName | 
| Event: LHX port name has been changed.  More... | |
| string | newName | 
| Name after change. | |
LHX Configuration Interface.
| ComSettings lhxmodel::Config_1_0_1::getComSettings | ( | ) | 
Retrieve the LHX port communication settings.
| string lhxmodel::Config_1_0_1::getName | ( | ) | 
Retrieve the LHX port name.
| int lhxmodel::Config_1_0_1::setComSettings | ( | in ComSettings | settings | ) | 
Change the LHX port communication settings.
| settings | New LHX port communication settings | 
| int lhxmodel::Config_1_0_1::setName | ( | in string | name | ) | 
Change the LHX port name.
| name | New LHX port name | 
| valueobject lhxmodel::Config_1_0_1::ComSettingsChangedEvent | 
Event: LHX port communication settings have changed.
Settings before change
| valueobject lhxmodel::Config_1_0_1::PortNameChangedEvent | 
Event: LHX port name has been changed.
Name before change
 1.8.14
 1.8.14