sACN  2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
View other versions:
MergeReceiver::NetintList Struct Reference

A set of network interfaces for a particular merge receiver. More...

Public Member Functions

 NetintList ()=default
 
 NetintList (sacn_merge_receiver_t merge_receiver_handle)
 Create a Netint List instance by passing the required members explicitly. More...
 

Data Fields

sacn_merge_receiver_t handle
 
std::vector< SacnMcastInterfacenetints
 

Detailed Description

A set of network interfaces for a particular merge receiver.

Constructor & Destructor Documentation

◆ NetintList() [1/2]

NetintList ( )
default

Create an empty, invalid data structure by default.

◆ NetintList() [2/2]

NetintList ( sacn_merge_receiver_t  merge_receiver_handle)
inline

Create a Netint List instance by passing the required members explicitly.

Optional members can be modified directly in the struct.

Field Documentation

◆ handle

The merge receiver's handle.

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


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