Class SLMultiInput.TSLOWQueuedComplexSinkPin
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 14:22, 26 October 2012
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: SLMultiInput
Inherits: TSLOWComplexSinkPin
Contents |
Syntax
Delphi:
type TSLOWQueuedComplexSinkPin = class( TSLOWComplexSinkPin, IOWSLQueuedPin )
C++ Builder:
class TSLOWQueuedComplexSinkPin : public TSLOWComplexSinkPin
Visual C++ (MFC):
class CTSLOWQueuedComplexSinkPin : public CTSLOWComplexSinkPin
C# (.NET):
public ref class TSLOWQueuedComplexSinkPin : Mitov.SignalLab.OWComplexSinkPin
Summary
Queued Complex data Sink Pin.
Description
This pin is capable to receive Complex Buffer data and queue it. You can connect it to any SourcePin capable to send Complex Buffer data.