Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
|
|
4.2.0-rc2 |
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 |
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.