Zephyr API 3.6.99
|
LED params sub-structure. More...
#include <osdp.h>
Data Fields | |
uint8_t | control_code |
Control code. | |
uint8_t | on_count |
The ON duration of the flash, in units of 100 ms. | |
uint8_t | off_count |
The OFF duration of the flash, in units of 100 ms. | |
uint8_t | on_color |
Color to set during the ON timer (see osdp_led_color_e). | |
uint8_t | off_color |
Color to set during the OFF timer (see osdp_led_color_e). | |
uint16_t | timer_count |
Time in units of 100 ms (only for temporary mode). | |
LED params sub-structure.
Part of LED command. See osdp_cmd_led.
uint8_t osdp_cmd_led_params::control_code |
Control code.
Temporary Control Code:
Permanent Control Code:
uint8_t osdp_cmd_led_params::off_color |
Color to set during the OFF timer (see osdp_led_color_e).
uint8_t osdp_cmd_led_params::off_count |
The OFF duration of the flash, in units of 100 ms.
uint8_t osdp_cmd_led_params::on_color |
Color to set during the ON timer (see osdp_led_color_e).
uint8_t osdp_cmd_led_params::on_count |
The ON duration of the flash, in units of 100 ms.
uint16_t osdp_cmd_led_params::timer_count |
Time in units of 100 ms (only for temporary mode).