Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
osdp_cmd_text Struct Reference

Command to manuplate 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]
 

Detailed Description

Command to manuplate any display units that the PD supports.

Parameters
reader0 = First Reader, 1 = Second Reader, etc.
control_codeOne of the following: 1 - permanent text, no wrap 2 - permanent text, with wrap 3 - temp text, no wrap 4 - temp text, with wrap
temp_timeduration to display temporary text, in seconds
offset_rowrow to display the first character (1 indexed)
offset_colcolumn to display the first character (1 indexed)
lengthNumber of characters in the string
dataThe string to display

Field Documentation

◆ control_code

uint8_t osdp_cmd_text::control_code

◆ data

uint8_t osdp_cmd_text::data[32]

◆ length

uint8_t osdp_cmd_text::length

◆ offset_col

uint8_t osdp_cmd_text::offset_col

◆ offset_row

uint8_t osdp_cmd_text::offset_row

◆ reader

uint8_t osdp_cmd_text::reader

◆ temp_time

uint8_t osdp_cmd_text::temp_time

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