sACN
2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
#include <merge_receiver.h>
Data Fields | |
sacn_merge_receiver_t | handle |
SacnMcastInterface * | netints |
size_t | num_netints |
A set of network interfaces for a particular merge receiver.
sacn_merge_receiver_t handle |
The merge 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.