TSignalWrite::PipeState Property

__declspec(property(get = GetPipeState, put = SetPipeState)) TPipeState PipeState;

Returns the state of the pipe after the last update.

Read: TPipeState GetPipeState();
Write: void SetPipeState(const TPipeState Value);
Declared in Dew::Signal::TAnalysis · Dew.Signal/SignalTools.h · Cross-compiler