#include <kdrive_express_keyring.h>
Data Fields | |
uint16_t | host_ind_addr |
KNX individual address of the host. More... | |
uint16_t | ind_addr |
KNX individual address. More... | |
uint8_t | user_id |
The user Id of the connection. More... | |
char | password [KDRIVE_MAX_SEC_PASSWORD_LEN] |
The user password (as null terminated string) More... | |
uint32_t | has_user_credentials |
The Tunnel has a user and password. More... | |
char | auth_password [KDRIVE_MAX_SEC_PASSWORD_LEN] |
Authentication password (as null terminated string) More... | |
uint32_t | has_auth_password |
The Tunnel has a authentication password. More... | |
char keyring_tun_t::auth_password[KDRIVE_MAX_SEC_PASSWORD_LEN] |
Authentication password (as null terminated string)
uint32_t keyring_tun_t::has_auth_password |
The Tunnel has a authentication password.
uint32_t keyring_tun_t::has_user_credentials |
The Tunnel has a user and password.
uint16_t keyring_tun_t::host_ind_addr |
KNX individual address of the host.
uint16_t keyring_tun_t::ind_addr |
KNX individual address.
char keyring_tun_t::password[KDRIVE_MAX_SEC_PASSWORD_LEN] |
The user password (as null terminated string)
uint8_t keyring_tun_t::user_id |
The user Id of the connection.