RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
A set of identifying information for a network interface, for multicast purposes.
RDMnet uses two multicast protocols, LLRP and mDNS. When creating sockets to use with these protocols, the interface IP addresses don't matter and the primary key for a network interface is simply a combination of the interface index and the IP protocol used.
#include <rdmnet/common.h>
Data Fields | |
etcpal_iptype_t | ip_type |
The IP protocol used on the network interface. | |
unsigned int | index |
The index of the network interface. More... | |
unsigned int RdmnetMcastNetintId::index |
The index of the network interface.
See Network Interface Indexes for more information.