| 
    sACN
    2.0.1
    
   Implementation of ANSI E1.31 (Streaming ACN) 
   | 
  
  
     
      View other versions:
      
     
   | 
  
 
#include <receiver.h>
Data Fields | |
| sacn_receiver_t | handle | 
| SacnMcastInterface * | netints | 
| size_t | num_netints | 
A set of network interfaces for a particular receiver.
| sacn_receiver_t handle | 
The receiver's handle.
| SacnMcastInterface* netints | 
If non-NULL, this is the list of interfaces the application wants to use, and the status codes are filled in. If NULL, all available interfaces are tried.
| size_t num_netints | 
The size of netints, or 0 if netints is NULL.