7 #include <UserEvent.idl>
32 boolean mutedTemporarily;
40 void mute(in
boolean muted);
58 void activate(in
boolean on, in
string reason, in
int timeout);
Internal beeper interface.
Definition: InternalBeeper.idl:15
void activate(in boolean on, in string reason, in int timeout)
Activate the beeper for a given time.
State getState(out string reason, out boolean mutedTemporarily)
Retrieve the current beeper activation state.
void mute(in boolean muted)
Mute beeper, turn off all internal alarm notifications.
boolean isMuted()
Check whether beeper is currently muted.
void muteCurrentActivation()
Mute the beeper for the current activation.
State
Activation state.
Definition: InternalBeeper.idl:17
@ OFF
Beeper is currently off.
Definition: InternalBeeper.idl:18
@ ON_NOTIFICATION
Beeper is currently active due to an internal alarm notification.
Definition: InternalBeeper.idl:19
Human Machine Interface.
Definition: ExternalBeeper.idl:14
Basic IDL definitions.
Definition: Event.idl:10
Event: The beeper has been muted or unmuted.
Definition: InternalBeeper.idl:24
Event: The beeper activation status has changed.
Definition: InternalBeeper.idl:29
string reason
Activation reason.
Definition: InternalBeeper.idl:31
State state
The current beeper state.
Definition: InternalBeeper.idl:30
Common base for all events.
Definition: Event.idl:13