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 {
LHX Configuration Interface.
Definition: LhxConfig.idl:15
ComSettings newSettings
Settings after change.
Definition: LhxConfig.idl:29
ComSettings getComSettings()
Retrieve the LHX port communication settings.
int setName(in string name)
Change the LHX port name.
string newName
Name after change.
Definition: LhxConfig.idl:35
int setComSettings(in ComSettings settings)
Change the LHX port communication settings.
string getName()
Retrieve the LHX port name.
LHX Model.
Definition: Lhx.idl:14
LHX port communication settings.
Definition: LhxConfig.idl:21
byte devAddr
EMX/PX STBus address.
Definition: LhxConfig.idl:22
byte lhxAddr
LHX STBus address.
Definition: LhxConfig.idl:23