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

OSDP Command Structure. More...

#include <osdp.h>

Data Fields

enum osdp_cmd_e id
 Command ID.
 
union { 
 
   struct osdp_cmd_led   led 
 LED command structure. More...
 
   struct osdp_cmd_buzzer   buzzer 
 Buzzer command structure. More...
 
   struct osdp_cmd_text   text 
 Text command structure. More...
 
   struct osdp_cmd_output   output 
 Output command structure. More...
 
   struct osdp_cmd_comset   comset 
 Comset command structure. More...
 
   struct osdp_cmd_keyset   keyset 
 Keyset command structure. More...
 
};  
 Command.
 

Detailed Description

OSDP Command Structure.

This is a wrapper for all individual OSDP commands.

Field Documentation

◆ [union]

union { ... } osdp_cmd

Command.

◆ buzzer

struct osdp_cmd_buzzer osdp_cmd::buzzer

Buzzer command structure.

◆ comset

struct osdp_cmd_comset osdp_cmd::comset

Comset command structure.

◆ id

enum osdp_cmd_e osdp_cmd::id

Command ID.

Used to select specific commands in union.

◆ keyset

struct osdp_cmd_keyset osdp_cmd::keyset

Keyset command structure.

◆ led

struct osdp_cmd_led osdp_cmd::led

LED command structure.

◆ output

struct osdp_cmd_output osdp_cmd::output

Output command structure.

◆ text

struct osdp_cmd_text osdp_cmd::text

Text command structure.


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