Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
osdp_cmd_comset Struct Reference

Sent in response to a COMSET command. More...

#include <zephyr/mgmt/osdp.h>

Data Fields

uint8_t address
 Unit ID to which this PD will respond after the change takes effect.
uint32_t baud_rate
 Baud rate.

Detailed Description

Sent in response to a COMSET command.

Set communication parameters to PD. Must be stored in PD non-volatile memory.

Field Documentation

◆ address

uint8_t osdp_cmd_comset::address

Unit ID to which this PD will respond after the change takes effect.

◆ baud_rate

uint32_t osdp_cmd_comset::baud_rate

Baud rate.

Valid values: 9600, 19200, 38400, 115200, 230400.


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