Class SLMultiInput.TSLComplexMultiInput
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 5: | Line 5: | ||
</span></b>  | </span></b>  | ||
| − | '''Package:''' [[Package   | + | '''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]]  | 
'''Unit:''' [[Unit SLMultiInput|SLMultiInput]]  | '''Unit:''' [[Unit SLMultiInput|SLMultiInput]]  | ||
| Line 26: | Line 26: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' ComplexMultiInput : [[Class SLMultiInput.TSLMultiInput|Mitov.SignalLab.MultiInput]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
| Line 44: | Line 44: | ||
=== Published ===  | === Published ===  | ||
| − | *[[Property SLMultiInput.TSLMultiInput.  | + | *[[Property SLMultiInput.TSLMultiInput.OutputBuffer|OutputBuffer]] - Specifies the size of the output buffer.    | 
[[Category:Classes]]  | [[Category:Classes]]  | ||
Latest revision as of 00:29, 26 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: Mitov.BasicLab
Unit: SLMultiInput
Inherits: TSLMultiInput
Contents | 
Syntax
Delphi:
type TSLComplexMultiInput = class( TSLMultiInput )
C++ Builder:
class TSLComplexMultiInput : public TSLMultiInput
Visual C++ (MFC):
class CTSLComplexMultiInput : public CTSLMultiInput
C# (.NET):
public ref class ComplexMultiInput : Mitov.SignalLab.MultiInput
Summary
Base abstract class for multiple input Complex data components.
Description
This is a base class for multiple input Complex data components. Do not make instances of this class. Instead create instance of an inherited class.
Pins
- OutputPin - The output pin of the component.
 
From TSLMultiInput
Properties
Published
- OutputBuffer - Specifies the size of the output buffer.