Method OnEnableSacnReceiver

This method is called by an I_sAcnReceiver instance when it is being enabled. The communicator is responsible for registering this receiver, setting up any necessary network listeners (e.g., joining multicast groups for the receiver's universe), and potentially notifying the receiver when a socket is prepared for it to receive data.

Method OnEnableSacnReceiver 1: Inputs

Name

Type

Description

sAcnReceiver

I_sAcnReceiver

The instance of the sACN receiver (implementing I_sAcnReceiver) requesting to be added to the communicator's active processing queue.