| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Command to manipulate any display units that the PD supports. More...
#include <osdp.h>
Data Fields | |
| uint8_t | reader | 
| uint8_t | control_code | 
| uint8_t | temp_time | 
| uint8_t | offset_row | 
| uint8_t | offset_col | 
| uint8_t | length | 
| uint8_t | data [32] | 
Command to manipulate any display units that the PD supports.
| reader | 0 = First Reader, 1 = Second Reader, etc. | 
| control_code | One of the following: 1 - permanent text, no wrap 2 - permanent text, with wrap 3 - temp text, no wrap 4 - temp text, with wrap | 
| temp_time | duration to display temporary text, in seconds | 
| offset_row | row to display the first character (1 indexed) | 
| offset_col | column to display the first character (1 indexed) | 
| length | Number of characters in the string | 
| data | The string to display | 
| uint8_t osdp_cmd_text::control_code | 
| uint8_t osdp_cmd_text::data[32] | 
| uint8_t osdp_cmd_text::length | 
| uint8_t osdp_cmd_text::offset_col | 
| uint8_t osdp_cmd_text::offset_row | 
| uint8_t osdp_cmd_text::reader | 
| uint8_t osdp_cmd_text::temp_time |