Structure holding ip tunneling device information. More...
#include <kdrive_express_access.h>
| Data Fields | |
| char | ip_address [KDRIVE_MAX_IP_ADDRESS_LEN] | 
| IP address in the form "192.168.1.47" for example.  More... | |
| char | iface_address [KDRIVE_MAX_IP_ADDRESS_LEN] | 
| interface adaptor IP address.  More... | |
| char | dev_name [KDRIVE_MAX_DEVICE_NAME_LEN] | 
| device friendly name.  More... | |
| uint16_t | ind_addr | 
| KNX individual address.  More... | |
| uint8_t | mac_address [KDRIVE_MAC_LEN] | 
| mac address  More... | |
| uint8_t | serial_number [KDRIVE_SN_LEN] | 
| serial number  More... | |
| bool_t | prog_mode_enabled | 
| state of the programming mode 0 = off, 1 = on  More... | |
| bool_t | is_security_supported | 
| supports the interface security (but it is possible that it is not configured) 0 = false, 1 = true  More... | |
| bool_t | is_tunneling_secure | 
| is tunneling service secure 0 = false, 1 = true  More... | |
| bool_t | is_management_secure | 
| is device management service secure 0 = false, 1 = true  More... | |
| uint16_t | slot_infos_count | 
| actual number of tunnling slot information items  More... | |
| ip_tunn_slot_info_t | slot_infos [KDRIVE_MAX_TUNNEL_INFO_ITEMS] | 
| tunnling slot information items  More... | |
Structure holding ip tunneling device information.
| char ip_tunn_dev_t::dev_name[KDRIVE_MAX_DEVICE_NAME_LEN] | 
device friendly name.
Null-terminated string in utf8 encoding
| char ip_tunn_dev_t::iface_address[KDRIVE_MAX_IP_ADDRESS_LEN] | 
interface adaptor IP address.
Null-terminated string
| uint16_t ip_tunn_dev_t::ind_addr | 
KNX individual address.
| char ip_tunn_dev_t::ip_address[KDRIVE_MAX_IP_ADDRESS_LEN] | 
IP address in the form "192.168.1.47" for example.
Null-terminated string
| bool_t ip_tunn_dev_t::is_management_secure | 
is device management service secure 0 = false, 1 = true
| bool_t ip_tunn_dev_t::is_security_supported | 
supports the interface security (but it is possible that it is not configured) 0 = false, 1 = true
| bool_t ip_tunn_dev_t::is_tunneling_secure | 
is tunneling service secure 0 = false, 1 = true
| uint8_t ip_tunn_dev_t::mac_address[KDRIVE_MAC_LEN] | 
mac address
| bool_t ip_tunn_dev_t::prog_mode_enabled | 
state of the programming mode 0 = off, 1 = on
| uint8_t ip_tunn_dev_t::serial_number[KDRIVE_SN_LEN] | 
serial number
| ip_tunn_slot_info_t ip_tunn_dev_t::slot_infos[KDRIVE_MAX_TUNNEL_INFO_ITEMS] | 
tunnling slot information items
| uint16_t ip_tunn_dev_t::slot_infos_count | 
actual number of tunnling slot information items