#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... | |
| char keyring_dev_t::auth_password[KDRIVE_MAX_SEC_PASSWORD_LEN] |
Authentication password (as null terminated string)
| bool_t keyring_dev_t::has_auth_password |
The device has a Authentication password.
| bool_t keyring_dev_t::has_mgmt_password |
The device has a Management password.
| bool_t keyring_dev_t::has_tool_key |
The device has a Tool key.
| uint16_t keyring_dev_t::ind_addr |
KNX individual address.
| char keyring_dev_t::password[KDRIVE_MAX_SEC_PASSWORD_LEN] |
Management password (as null terminated string)
| uint8_t keyring_dev_t::tool_key[KDRIVE_SEC_KEY_LEN] |
Tool key.