sACN
2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
A set of network interfaces for a particular receiver. More...
#include <receiver.h>
Public Member Functions | |
NetintList ()=default | |
NetintList (sacn_receiver_t receiver_handle) | |
Create a Netint List instance by passing the required members explicitly. | |
Data Fields | |
sacn_receiver_t | handle |
std::vector< SacnMcastInterface > | netints |
A set of network interfaces for a particular receiver.
|
default |
Create an empty, invalid data structure by default.
|
inline |
Create a Netint List instance by passing the required members explicitly.
Optional members can be modified directly in the struct.
sacn_receiver_t handle |
The receiver's handle.
std::vector<SacnMcastInterface> netints |
If !empty, this is the list of interfaces the application wants to use, and the status codes are filled in. If empty, all available interfaces are tried.