Zephyr API 3.6.99
|
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. | ||
OSDP Command Structure.
This is a wrapper for all individual OSDP commands.
union { ... } osdp_cmd |
Command.
struct osdp_cmd_buzzer osdp_cmd::buzzer |
Buzzer command structure.
struct osdp_cmd_comset osdp_cmd::comset |
Comset command structure.
enum osdp_cmd_e osdp_cmd::id |
Command ID.
Used to select specific commands in union.
struct osdp_cmd_keyset osdp_cmd::keyset |
Keyset command structure.
struct osdp_cmd_led osdp_cmd::led |
LED command structure.
struct osdp_cmd_output osdp_cmd::output |
Output command structure.
struct osdp_cmd_text osdp_cmd::text |
Text command structure.