| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
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] | 
This command transfers an encryption key from the CP to a PD.
| type | Type of keys:
  | 
| length | Number of bytes of key data - (Key Length in bits + 7) / 8 | 
| data | Key data | 
| uint8_t osdp_cmd_keyset::data[32] | 
| uint8_t osdp_cmd_keyset::length | 
| uint8_t osdp_cmd_keyset::type |