Raritan / Server Technology Xerus™ PDU JSON-RPC API
|
import"Keypad.idl";
Classes | |
struct | MetaData |
Keypad Metadata. More... | |
struct | PINEnteredEvent |
PIN entered event. More... | |
Public Member Functions | |
MetaData | getMetaData () |
Retrieve keypad metadata. More... | |
int | getPIN (out string pin) |
Retrieve last entered PIN from keypad. More... | |
Public Attributes | |
constant int | NO_ERROR = 0 |
Error codes. More... | |
constant int | ERR_SLOT_EMPTY = 1 |
no PIN present in keypad | |
Keypad Interface.
MetaData smartlock::Keypad::getMetaData | ( | ) |
Retrieve keypad metadata.
int smartlock::Keypad::getPIN | ( | out string | pin | ) |
Retrieve last entered PIN from keypad.
PINs are cleared after 10 seconds or subsituted whenever a new PIN was entered.
pin | PIN |
constant int smartlock::Keypad::NO_ERROR = 0 |
Error codes.
operation successful, no error