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_keypress Struct Reference

OSDP Event Keypad. More...

#include <osdp.h>

Data Fields

int reader_no
 
int length
 
uint8_t data [64]
 

Detailed Description

OSDP Event Keypad.

Parameters
reader_noIn context of readers attached to current PD, this number indicated this number. This is not supported by LibOSDP.
lengthLength of keypress data in bytes
datakeypress data of length bytes

Field Documentation

◆ data

uint8_t osdp_event_keypress::data[64]

◆ length

int osdp_event_keypress::length

◆ reader_no

int osdp_event_keypress::reader_no

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