TSignalFilter::Response Property

__declspec(property(get = GetResponse, put = SetResponse)) TResponseType Response;

Specifies the type of the filter, to be designed.

Read: TResponseType GetResponse();
Write: void SetResponse(const TResponseType Value);
Declared in Dew::Signal::TSignalFilter · Dew.Signal/SignalProcessing.h · Cross-compiler