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

Data Fields

uint16_t universe_id
 
SacnReceiverCallbacks callbacks
 
SacnRecvUniverseSubrange footprint
 
int source_count_max
 
unsigned int flags
 
sacn_ip_support_t ip_supported
 

Detailed Description

A set of configuration information for an sACN receiver.

Field Documentation

◆ callbacks

The callbacks this receiver will use to notify the application of events.

◆ flags

unsigned int flags

A set of option flags. See "sACN receiver flags".

◆ footprint

The footprint within the universe to monitor. TODO: Currently unimplemented and thus ignored.

◆ ip_supported

sacn_ip_support_t ip_supported

What IP networking the receiver will support. The default is kSacnIpV4AndIpV6.

◆ source_count_max

int source_count_max

The maximum number of sources this universe will listen to. May be SACN_RECEIVER_INFINITE_SOURCES. When configured to use static memory, this parameter is only used if it's less than SACN_RECEIVER_MAX_SOURCES_PER_UNIVERSE – otherwise SACN_RECEIVER_MAX_SOURCES_PER_UNIVERSE is used instead.

◆ universe_id

uint16_t universe_id

Universe number on which to listen for sACN.


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