Method procedure SLCommonGen.TSLBasicCommonGen.Pump()

From Mitov Wiki Doc
Revision as of 00:29, 26 June 2013 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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: TSLBasicCommonGen

Contents

Syntax

Delphi:

procedure Pump();

C++ Builder:

void __fastcall Pump();

Visual C++ (MFC):

void Pump();

Summary

Generates one buffer if enabled and ClockSource is csExternal.

Description

Use the Pump procedure to generate a single data buffer. In order to use Pump you must set the ClockSource to csExternal. If there is a higher level pump in the chain such as hardware device the Pump procedure will be ignored. The highest level pump in the chain serves as a master pump and obtains full control of the pumping.


Delphi example:

SLGenericGen1.Pump();

C++ Builder example:

SLGenericGen1->Pump();

Visual C++(MFC/Win32) example:

SLGenericGen1.Pump();

Visual C++/CLI example:

genericGen1->Pump();

C# Example:

genericGen1.Pump();

VB Example:

GenericGen1.Pump

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox