6 #ifndef __PDUMODEL_UNIT_IDL__
7 #define __PDUMODEL_UNIT_IDL__
9 #include <UserEvent.idl>
19 constant
int ERR_INVALID_PARAM = 1;
42 valueobject IdentificationStartedEvent extends
event.UserEvent {
Unit interface.
Definition: Unit.idl:17
MetaData getMetaData()
Retrieve the unit metadata.
void identify(in int seconds)
Display something distictive to identify the unit.
Settings getSettings()
Retrieve the unit settings.
int setSettings(in Settings settings)
Change the unit settings.
void muteBuzzer(in boolean mute)
Mute buzzer, turn of all audible alarms.
Orientation
Display orientation.
Definition: Unit.idl:22
@ NORMAL
Normal orientation.
Definition: Unit.idl:23
Orientation getDisplayOrientation()
Retrieve the current orientation of the display.
PDU Model.
Definition: Ade.idl:12
Unit settings
Definition: Unit.idl:35
Orientation displayOrientation
Manually configured orientation
Definition: Unit.idl:38
boolean autoDisplayOrientation
true for automatic orientation control
Definition: Unit.idl:37
boolean buzzerMuted
true if the buzzer is muted
Definition: Unit.idl:36