sACN  3.0.0
Implementation of ANSI E1.31 (Streaming ACN)
View other versions:
Loading...
Searching...
No Matches
SacnNetintConfig Struct Reference

#include <common.h>

Data Fields

SacnMcastInterfacenetints
 
size_t num_netints
 
bool no_netints
 

Detailed Description

Network interface configuration information to give the sACN library. Multicast traffic will be restricted to the network interfaces given. The statuses are filled in for each interface.

Field Documentation

◆ netints

An array of network interface IDs to which to restrict multicast traffic. The statuses are filled in for each interface. 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 and their statuses will be set to invalid.

◆ num_netints

size_t num_netints

Size of netints array.


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