|
sACN
2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
#include <source_detector.h>
Data Fields | |
| SacnSourceDetectorSourceUpdatedCallback | source_updated |
| SacnSourceDetectorSourceExpiredCallback | source_expired |
| SacnSourceDetectorLimitExceededCallback | limit_exceeded |
| void * | context |
A set of callback functions that the library uses to notify the application about source detector events.
| void* context |
(optional) Pointer to opaque data passed back with each callback.
| SacnSourceDetectorLimitExceededCallback limit_exceeded |
Optional
| SacnSourceDetectorSourceExpiredCallback source_expired |
Required
| SacnSourceDetectorSourceUpdatedCallback source_updated |
Required