Hi,
I was wondering if there was a way in C++ to configure at runtime if a port was in use anymore.
If we had two outputs to the same input, was there a way to make switch between the two at runtime rather than having two outputs and two inputs and logic to handle which input was to be used.
Thanks