|
Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
Sent from CP to control the behaviour of a buzzer in the PD. More...
#include <osdp.h>
Data Fields | |
| uint8_t | reader |
| uint8_t | control_code |
| uint8_t | on_count |
| uint8_t | off_count |
| uint8_t | rep_count |
Sent from CP to control the behaviour of a buzzer in the PD.
| reader | 0 = First Reader, 1 = Second Reader, etc. |
| control_code | 0: no tone, 1: off, 2: default tone, 3+ is TBD. |
| on_count | The ON duration of the flash, in units of 100 ms |
| off_count | The OFF duration of the flash, in units of 100 ms |
| rep_count | The number of times to repeat the ON/OFF cycle; 0: forever |
| uint8_t osdp_cmd_buzzer::control_code |
| uint8_t osdp_cmd_buzzer::off_count |
| uint8_t osdp_cmd_buzzer::on_count |
| uint8_t osdp_cmd_buzzer::reader |
| uint8_t osdp_cmd_buzzer::rep_count |