Class SLMultiInput.TSLOWQueuedIntegerSinkPin
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 01:00, 7 June 2013
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: 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 TSLOWQueuedIntegerSinkPin : 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.