|
sACN
2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
#include <receiver.h>
Data Fields | |
| sacn_remote_source_t | handle |
| EtcPalUuid | cid |
| char | name [SACN_SOURCE_NAME_MAX_LEN] |
| bool | terminated |
Information about a sACN source that was lost.
| EtcPalUuid cid |
The Component Identifier (CID) of the source.
| sacn_remote_source_t handle |
The handle of the source.
| char name[SACN_SOURCE_NAME_MAX_LEN] |
The name of the source.
| bool terminated |
If true, the source was determined to be lost due to the Stream_Terminated bit being set in the sACN data packet. If false, the source was lost due to a source loss timeout.