Class SLMultiInput.TSLOWQueuedIntegerSinkPin
From Mitov Wiki Doc
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: Mitov.BasicLab
Unit: SLMultiInput
Inherits: TSLOWIntegerSinkPin
Contents |
Syntax
Delphi:
type TSLOWQueuedIntegerSinkPin = class( TSLOWIntegerSinkPin, IOWSLQueuedPin )
C++ Builder:
class TSLOWQueuedIntegerSinkPin : public TSLOWIntegerSinkPin
Visual C++ (MFC):
class CTSLOWQueuedIntegerSinkPin : public CTSLOWIntegerSinkPin
C# (.NET):
public ref class OWQueuedIntegerSinkPin : Mitov.SignalLab.OWIntegerSinkPin
Summary
Queued Integer data Sink Pin.
Description
This pin is capable to receive Integer Buffer data and queue it. You can connect it to any SourcePin capable to send Integer Buffer data.