#include <CC_DoorLock.h>
Data Fields | |
bool | bolt_unlocked |
bool | latch_closed |
True for unlocked, false for locked. | |
bool | handle_pressed |
True for Closed, false for Open. | |
Physical components of Door Lock. Structure follows but it's not limited to requirement CC:0062.04.03.11.006 Structure can be expanded with additional HW components.
bool _door_lock_hw_data_t::bolt_unlocked |
bool _door_lock_hw_data_t::handle_pressed |
True for Closed, false for Open.
bool _door_lock_hw_data_t::latch_closed |
True for unlocked, false for locked.