Zephyr API Documentation
3.6.99
A Scalable Open Source RTOS
|
OSDP Event structure. More...
#include <osdp.h>
Data Fields | |
enum osdp_event_type | type |
Event type. | |
union { | |
struct osdp_event_keypress keypress | |
Keypress event structure. More... | |
struct osdp_event_cardread cardread | |
Card read event structure. More... | |
}; | |
Event. | |
OSDP Event structure.
union { ... } osdp_event::@272 |
Event.
struct osdp_event_cardread osdp_event::cardread |
Card read event structure.
struct osdp_event_keypress osdp_event::keypress |
Keypress event structure.
enum osdp_event_type osdp_event::type |
Event type.
Used to select specific event in union.