1 #ifndef __SMARTLOCK_KEYPAD_IDL__ 2 #define __SMARTLOCK_KEYPAD_IDL__ 13 constant
int NO_ERROR = 0;
14 constant
int ERR_SLOT_EMPTY = 1;
35 valueobject PINEnteredEvent extends
idl.Event {
44 MetaData getMetaData();
55 int getPIN(out
string pin);
Keypad Interface.
Definition: Keypad.idl:10
Basic IDL definitions.
Definition: Event.idl:10
Keypad.
Definition: DoorAccessControl.idl:8