Raritan PX2/PX3 JSON-RPC API
|
6 #ifndef __LHXMODEL_CONFIG_IDL__
7 #define __LHXMODEL_CONFIG_IDL__
9 #include <UserEvent.idl>
17 constant
int NO_ERROR = 0;
18 constant
int ERR_INVALID_PARAMS = 1;
27 valueobject ComSettingsChangedEvent extends
event.UserEvent {
33 valueobject PortNameChangedEvent extends
event.UserEvent {
ComSettings getComSettings()
Retrieve the LHX port communication settings.
string getName()
Retrieve the LHX port name.
int setComSettings(in ComSettings settings)
Change the LHX port communication settings.
byte lhxAddr
LHX STBus address.
Definition: LhxConfig.idl:23
string newName
Name after change.
Definition: LhxConfig.idl:35
byte devAddr
EMX/PX STBus address.
Definition: LhxConfig.idl:22
ComSettings newSettings
Settings after change.
Definition: LhxConfig.idl:29
LHX Configuration Interface.
Definition: LhxConfig.idl:15
LHX Model.
Definition: Lhx.idl:14
int setName(in string name)
Change the LHX port name.
LHX port communication settings.
Definition: LhxConfig.idl:21