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

Data Fields

uint16_t universe_id
 
uint8_t priority
 
bool preview
 
bool is_sampling
 
uint8_t start_code
 
SacnRecvUniverseSubrange slot_range
 
const uint8_t * values
 

Detailed Description

A complete description of newly received universe data within the configured footprint.

Field Documentation

◆ is_sampling

bool is_sampling

True if this data was received during the sampling period, false otherwise.

◆ preview

bool preview

Whether the Preview_Data bit is set for the sACN data. From E1.31: "Indicates that the data in this packet is intended for use in visualization or media server preview applications and shall not be used to generate live output."

◆ priority

uint8_t priority

The priority of the sACN data. Valid range is 0-200, inclusive.

◆ slot_range

The range of slots represented by this data (the intersection of the received data with the configured footprint).

◆ start_code

uint8_t start_code

The start code of the DMX data.

◆ universe_id

uint16_t universe_id

The sACN Universe identifier. Valid range is 1-63999, inclusive.

◆ values

const uint8_t* values

Pointer to the slot values at the location indicated by slot_range.


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