kdriveExpress SDK 23.2.0
keyring_dev_t Struct Reference

#include <kdrive_express_keyring.h>

Data Fields

uint16_t ind_addr
 KNX individual address. More...
 
uint8_t tool_key [KDRIVE_SEC_KEY_LEN]
 Tool key. More...
 
bool_t has_tool_key
 The device has a Tool key. More...
 
char password [KDRIVE_MAX_SEC_PASSWORD_LEN]
 Management password (as null terminated string) More...
 
bool_t has_mgmt_password
 The device has a Management password. More...
 
char auth_password [KDRIVE_MAX_SEC_PASSWORD_LEN]
 Authentication password (as null terminated string) More...
 
bool_t has_auth_password
 The device has a Authentication password. More...
 

Field Documentation

◆ auth_password

char keyring_dev_t::auth_password[KDRIVE_MAX_SEC_PASSWORD_LEN]

Authentication password (as null terminated string)

◆ has_auth_password

bool_t keyring_dev_t::has_auth_password

The device has a Authentication password.

◆ has_mgmt_password

bool_t keyring_dev_t::has_mgmt_password

The device has a Management password.

◆ has_tool_key

bool_t keyring_dev_t::has_tool_key

The device has a Tool key.

◆ ind_addr

uint16_t keyring_dev_t::ind_addr

KNX individual address.

◆ password

char keyring_dev_t::password[KDRIVE_MAX_SEC_PASSWORD_LEN]

Management password (as null terminated string)

◆ tool_key

uint8_t keyring_dev_t::tool_key[KDRIVE_SEC_KEY_LEN]

Tool key.


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