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

This command transfers an encryption key from the CP to a PD. More...

#include <osdp.h>

Data Fields

uint8_t type
 
uint8_t length
 
uint8_t data [32]
 

Detailed Description

This command transfers an encryption key from the CP to a PD.

Parameters
typeType of keys:
  • 0x01 – Secure Channel Base Key
lengthNumber of bytes of key data - (Key Length in bits + 7) / 8
dataKey data

Field Documentation

◆ data

uint8_t osdp_cmd_keyset::data[32]

◆ length

uint8_t osdp_cmd_keyset::length

◆ type

uint8_t osdp_cmd_keyset::type

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