Raritan PX2/PX3 JSON-RPC API
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
pdu-json-rpc-api
idl
ExternalBeeper.idl
1
#ifndef __HMI_EXTERNAL_BEEPER_IDL__
2
#define __HMI_EXTERNAL_BEEPER_IDL__
3
4
#include <Event.idl>
5
9
module hmi {
10
12
interface
ExternalBeeper_1_0_1
{
16
enumeration
State
{
17
OFF,
18
ON,
19
ALARMING
20
};
21
25
valueobject StateChangedEvent extends idl.Event {
26
State
oldState;
27
State
newState;
28
};
29
33
State getState();
34
41
void
alarm();
42
48
void
on();
49
55
void
off();
56
57
};
58
}
59
60
#endif
/* __HMI_EXTERNAL_BEEPER_IDL__ */
hmi::ExternalBeeper_1_0_1::State
State
Beeper state.
Definition:
ExternalBeeper.idl:16
hmi::ExternalBeeper_1_0_1
External Beeper interface.
Definition:
ExternalBeeper.idl:12
Generated on Wed Sep 21 2016 16:57:00 for Raritan PX2/PX3 JSON-RPC API by
1.8.6