__declspec(property(get = GetChannel, put = SetChannel)) int Channel;
Specifies the channel number to be demultiplexed from the Input.
Read:
int GetChannel();Write:
void SetChannel(const int Value);Declared in Dew::Signal::TSignalDemux · Dew.Signal/SignalProcessing.h · Cross-compiler