RDMnet
HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
Network interface configuration information to give the RDMnet library at initialization. LLRP multicast and discovery traffic will be restricted to the network interfaces given.
Data Fields | |
const EtcPalMcastNetintId * | netints |
size_t | num_netints |
bool | no_netints |
const EtcPalMcastNetintId* netints |
An array of network interface IDs to which to restrict RDMnet traffic. If this is null, and no_netints is false, all system interfaces will be used.
bool no_netints |
If this is true, no network interfaces will be used for multicast. If any are specified in netints, they will be ignored.
size_t num_netints |
Size of netints array. Must be 0 if netints is null.