kdriveExpress SDK 22.1.1
ip_rout_info_t Struct Reference

Structure holding ip routing information. More...

#include <kdrive_express_access.h>

Data Fields

char multicast_address [KDRIVE_MAX_IP_ADDRESS_LEN]
 Multicast IP address in the form "224.0.23.12" for example. More...
 
char iface_address [KDRIVE_MAX_IP_ADDRESS_LEN]
 interface adaptor IP address. More...
 
uint32_t number_of_devices
 Number of found KNXnet/IP Routing devices with the same multicast address and network interface. More...
 

Detailed Description

Structure holding ip routing information.

See also
kdrive_ap_enum_ip_rout
Examples
kdrive_express_ip_routing_enumerate.c.

Field Documentation

◆ iface_address

char ip_rout_info_t::iface_address[KDRIVE_MAX_IP_ADDRESS_LEN]

interface adaptor IP address.

Null-terminated string

◆ multicast_address

char ip_rout_info_t::multicast_address[KDRIVE_MAX_IP_ADDRESS_LEN]

Multicast IP address in the form "224.0.23.12" for example.

Null-terminated string

◆ number_of_devices

uint32_t ip_rout_info_t::number_of_devices

Number of found KNXnet/IP Routing devices with the same multicast address and network interface.


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