RDMnet  HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
View other versions:
RdmnetNetintConfig Struct Reference

Overview

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 EtcPalMcastNetintIdnetints
 
size_t num_netints
 
bool no_netints
 

Field Documentation

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

◆ no_netints

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.

◆ num_netints

size_t num_netints

Size of netints array. Must be 0 if netints is null.


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