Zephyr Project API 3.5.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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]

union { ... } osdp_event

◆ 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: