Method OnDisableSacnSource

This method is called by an I_sAcnSource instance when it is being disabled. The communicator should then perform necessary actions, such as unregistering the source, stopping packet transmission for its universe, and releasing any allocated network resources (e.g., socket handles). It should also notify the source that its socket is no longer prepared if applicable.

Method OnDisableSacnSource 1: Inputs

Name

Type

Description

sAcnSource

I_sAcnSource

The instance of the sACN source (implementing I_sAcnSource) requesting to be added to or removed from the communicator's active transmission queue.