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.

Method OnSAcnDataPacketReceived 1: 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.

Method OnSAcnDataPacketReceived 2: Inputs

Name

Type

Description

sRemoteHost

T_IPv4Addr

The IPv4 address of the remote device (sender) that originated the sACN packet.