kdriveExpress SDK 23.2.0
keyring_tun_t Struct Reference

#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...
 

Field Documentation

◆ auth_password

char keyring_tun_t::auth_password[KDRIVE_MAX_SEC_PASSWORD_LEN]

Authentication password (as null terminated string)

◆ has_auth_password

uint32_t keyring_tun_t::has_auth_password

The Tunnel has a authentication password.

◆ has_user_credentials

uint32_t keyring_tun_t::has_user_credentials

The Tunnel has a user and password.

◆ host_ind_addr

uint16_t keyring_tun_t::host_ind_addr

KNX individual address of the host.

◆ ind_addr

uint16_t keyring_tun_t::ind_addr

KNX individual address.

◆ password

char keyring_tun_t::password[KDRIVE_MAX_SEC_PASSWORD_LEN]

The user password (as null terminated string)

◆ user_id

uint8_t keyring_tun_t::user_id

The user Id of the connection.


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