Zephyr API 3.6.99
|
Command to manipulate any display units that the PD supports. More...
#include <osdp.h>
Data Fields | |
uint8_t | reader |
Reader number. | |
uint8_t | control_code |
Control code. | |
uint8_t | temp_time |
Duration to display temporary text, in seconds. | |
uint8_t | offset_row |
Row to display the first character (1-indexed) | |
uint8_t | offset_col |
Column to display the first character (1-indexed) | |
uint8_t | length |
Number of characters in the string. | |
uint8_t | data [32] |
The string to display. | |
Command to manipulate any display units that the PD supports.
uint8_t osdp_cmd_text::control_code |
Control code.
uint8_t osdp_cmd_text::data[32] |
The string to display.
uint8_t osdp_cmd_text::length |
Number of characters in the string.
uint8_t osdp_cmd_text::offset_col |
Column to display the first character (1-indexed)
uint8_t osdp_cmd_text::offset_row |
Row to display the first character (1-indexed)
uint8_t osdp_cmd_text::reader |
Reader number.
0 = First Reader, 1 = Second Reader, etc.
uint8_t osdp_cmd_text::temp_time |
Duration to display temporary text, in seconds.