|
Zephyr API Documentation 4.3.0-rc1
A Scalable Open Source RTOS
|
OSDP Event structure. More...
#include <zephyr/mgmt/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.