sACN
2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
#include <merge_receiver.h>
Data Fields | |
sacn_remote_source_t | handle |
EtcPalUuid | cid |
char | name [SACN_SOURCE_NAME_MAX_LEN] |
EtcPalSockAddr | addr |
Information about a remote sACN source being tracked by a merge receiver.
EtcPalSockAddr addr |
The network address from which the most recent sACN packet originated.
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.