Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
Loading...
Searching...
No Matches
Public Attributes | List of all members
smartlock::DoorAccessControl::DoorAccessDeniedEvent Struct Reference

Event: Door access denied. More...

Inheritance diagram for smartlock::DoorAccessControl::DoorAccessDeniedEvent:
idl::Event

Public Attributes

DoorAccessDenialReason reason
 A DoorAccessDenialReason, specifying why the access was denied. More...
 
int ruleId
 A matching rule that could not be fulfilled or -1 if no matching rule. More...
 
string ruleName
 Name of the rule that could not be fulfilled or empty if no matching rule. More...
 
- Public Attributes inherited from idl::Event
Object source
 IDL object that originated the event. More...
 

Detailed Description

Event: Door access denied.

This event will only be triggered if at least one DoorAccessRule exists and a card was inserted or keypad PIN entered, but none of the defined rules were sufficiently fulfilled to grant access.

If matching rules are found, this will be triggered for every matching rule that could not be fulfilled. Otherwise it will only be triggered once with the according DoorAccessDenialReason.

Definition at line 143 of file DoorAccessControl.idl.

Member Data Documentation

◆ reason

DoorAccessDenialReason smartlock::DoorAccessControl::DoorAccessDeniedEvent::reason

A DoorAccessDenialReason, specifying why the access was denied.

Definition at line 144 of file DoorAccessControl.idl.

◆ ruleId

int smartlock::DoorAccessControl::DoorAccessDeniedEvent::ruleId

A matching rule that could not be fulfilled or -1 if no matching rule.

Definition at line 145 of file DoorAccessControl.idl.

◆ ruleName

string smartlock::DoorAccessControl::DoorAccessDeniedEvent::ruleName

Name of the rule that could not be fulfilled or empty if no matching rule.

Definition at line 146 of file DoorAccessControl.idl.


The documentation for this struct was generated from the following file: