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

Data Fields

SacnUniverseDataCallback universe_data
 
SacnSourcesLostCallback sources_lost
 
SacnSamplingPeriodStartedCallback sampling_period_started
 
SacnSamplingPeriodEndedCallback sampling_period_ended
 
SacnSourcePapLostCallback source_pap_lost
 
SacnSourceLimitExceededCallback source_limit_exceeded
 
void * context
 

Detailed Description

A set of callback functions that the library uses to notify the application about sACN events.

Field Documentation

◆ context

void* context

(optional) Pointer to opaque data passed back with each callback.

◆ sampling_period_ended

SacnSamplingPeriodEndedCallback sampling_period_ended

Optional

◆ sampling_period_started

SacnSamplingPeriodStartedCallback sampling_period_started

Optional

◆ source_limit_exceeded

SacnSourceLimitExceededCallback source_limit_exceeded

Optional

◆ source_pap_lost

SacnSourcePapLostCallback source_pap_lost

Optional

◆ sources_lost

Required

◆ universe_data

SacnUniverseDataCallback universe_data

Required


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