__declspec(property(get = GetBufferType, put = SetBufferType)) TBufferType BufferType;
Defines the type of the buffer.
Read:
TBufferType GetBufferType();Write:
void SetBufferType(const TBufferType Value);Declared in Dew::Signal::TSignalBuffer · Dew.Signal/SignalProcessing.h · Cross-compiler