Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osdp_event Struct Reference

OSDP Event structure. More...

#include <osdp.h>

Data Fields

sys_snode_t node
 
enum osdp_event_type type
 
union {
   struct osdp_event_keypress   keypress
 
   struct osdp_event_cardread   cardread
 
}; 
 

Detailed Description

OSDP Event structure.

Parameters
typeused to select specific event in union. See: enum osdp_event_type
keypresskeypress event structure
cardreadcardread event structure

Field Documentation

◆ 

union { ... } osdp_event::@248

◆ cardread

struct osdp_event_cardread osdp_event::cardread

◆ keypress

struct osdp_event_keypress osdp_event::keypress

◆ node

sys_snode_t osdp_event::node

◆ type

enum osdp_event_type osdp_event::type

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