Method OnEnableSacnSource
This method is called by an I_sAcnSource instance when it is being enabled. The communicator is responsible for registering this source, setting up the necessary network resources (e.g., preparing a UDP socket), and then calling OnSocketIsPrepared() on the source to provide it with the socket handle FOR sending packets.
Inputs
|
Name |
Type |
Description |
|---|---|---|
|
sAcnSource |
I_sAcnSource |
The instance of the sACN source (implementing I_sAcnSource) requesting to be added to the communicator's active transmission queue. |