sACN
2.0.2
Implementation of ANSI E1.31 (Streaming ACN)
|
View other versions:
|
Information about a remote sACN source being tracked by a merge receiver. More...
#include <merge_receiver.h>
Data Fields | |
sacn_remote_source_t | handle |
etcpal::Uuid | cid |
std::string | name |
etcpal::SockAddr | addr |
Information about a remote sACN source being tracked by a merge receiver.
etcpal::SockAddr addr |
The network address from which the most recent sACN packet originated.
etcpal::Uuid cid |
The Component Identifier (CID) of the source.
sacn_remote_source_t handle |
The handle of the source.
std::string name |
The name of the source.