TSignalChannel::Channel Property

__declspec(property(get = GetChannel, put = SetChannel)) int Channel;

Specifies the hardware channel number where the data for this object is to come from or go to.

Read: int GetChannel();
Write: void SetChannel(const int Value);
Declared in Dew::Signal::TSignalChannel · Dew.Signal/SignalProcessing.h · Cross-compiler