| 
    sACN
    2.0.1
    
   Implementation of ANSI E1.31 (Streaming ACN) 
   | 
  
  
     
      View other versions:
      
     
   | 
  
 
#include <receiver.h>
A set of callback functions that the library uses to notify the application about sACN events.
| void* context | 
(optional) Pointer to opaque data passed back with each callback.
| SacnSamplingPeriodEndedCallback sampling_period_ended | 
Optional
| SacnSamplingPeriodStartedCallback sampling_period_started | 
Optional
| SacnSourceLimitExceededCallback source_limit_exceeded | 
Optional
| SacnSourcePapLostCallback source_pap_lost | 
Optional
| SacnSourcesLostCallback sources_lost | 
Required
| SacnUniverseDataCallback universe_data | 
Required