__declspec(property(get = GetChannelCount, put = SetChannelCount)) int ChannelCount;
Get or set the number of channels multiplexed in the data property.
Read:
virtual int GetChannelCount();Write:
virtual void SetChannelCount(const int Value);Declared in Dew::Signal::TSignal · Dew.Signal/SignalTools.h · Cross-compiler