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

Sent from CP to PD to control the behaviour of it's on-board LEDs. More...

#include <osdp.h>

Data Fields

uint8_t reader
 Reader number.
 
uint8_t led_number
 LED number.
 
struct osdp_cmd_led_params temporary
 Ephemeral LED status descriptor.
 
struct osdp_cmd_led_params permanent
 Permanent LED status descriptor.
 

Detailed Description

Sent from CP to PD to control the behaviour of it's on-board LEDs.

Field Documentation

◆ led_number

uint8_t osdp_cmd_led::led_number

LED number.

0 = first LED, 1 = second LED, etc.

◆ permanent

struct osdp_cmd_led_params osdp_cmd_led::permanent

Permanent LED status descriptor.

◆ reader

uint8_t osdp_cmd_led::reader

Reader number.

0 = First Reader, 1 = Second Reader, etc.

◆ temporary

struct osdp_cmd_led_params osdp_cmd_led::temporary

Ephemeral LED status descriptor.


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