Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
osdp_event Struct Reference

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.
 

Detailed Description

OSDP Event structure.

Field Documentation

◆ [union]

union { ... } osdp_event

Event.

◆ cardread

struct osdp_event_cardread osdp_event::cardread

Card read event structure.

◆ keypress

struct osdp_event_keypress osdp_event::keypress

Keypress event structure.

◆ type

enum osdp_event_type osdp_event::type

Event type.

Used to select specific event in union.


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