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

OSDP Event Keypad. More...

#include <osdp.h>

Data Fields

int reader_no
 Reader number.
 
int length
 Length of keypress data in bytes.
 
uint8_t data [64]
 Keypress data of length bytes.
 

Detailed Description

OSDP Event Keypad.

Field Documentation

◆ data

uint8_t osdp_event_keypress::data[64]

Keypress data of length bytes.

◆ length

int osdp_event_keypress::length

Length of keypress data in bytes.

◆ reader_no

int osdp_event_keypress::reader_no

Reader number.

In context of readers attached to current PD, this number indicated this number. This is not supported by LibOSDP.


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