TSignalDemux::Data Property

__declspec(property(get = GetData, put = SetData)) TVec*Data;

Stores the result of the processing.

Read: TVec *GetData();
Write: void SetData(TVec *Value);
Declared in Dew::Signal::TSignal · Dew.Signal/SignalTools.h · Cross-compiler