Method OnSAcnDataPacketReceived
This method is called by the I_sAcnCommunicator when a valid sACN Data Packet (containing DMX values) is received for the universe this receiver is monitoring. The Packet contains the parsed sACN data, and sRemoteHost provides the sender's IP address.
Inputs/outputs
|
Name |
Type |
Description |
|---|---|---|
|
Packet |
ST_SACN_DataPacket |
A reference to the specific sACN packet structure containing the raw protocol data received from the network. |
Inputs
|
Name |
Type |
Description |
|---|---|---|
|
sRemoteHost |
T_IPv4Addr |
The IPv4 address of the remote device (sender) that originated the sACN packet |