Method procedure SLGenericRealMatrix.TSLGenericRealMatrix.SendData(ISLRealBufferArray)
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Latest revision as of 00:15, 11 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.
Class: TSLGenericRealMatrix
Contents |
Syntax
Delphi:
procedure SendData( OutBuffer : ISLRealBufferArray );
C++ Builder:
void __fastcall SendData( ISLRealBufferArray OutBuffer );
Visual C++ (MFC):
void SendData( TSLCRealMatrixBuffer OutBuffer );
Summary
Sends data buffer trough the output pin.
Description
By calling this method you can send data via the OutputPin of the filter.
Use this method together with SendStartCommand and SendStopCommand to do manual data pumping.