Pin TLCounter.TTLCounter.OutputPin

From Mitov Wiki Doc
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: TTLCounter

Contents

Syntax

Delphi:

property OutputPin : TOWInt64SourcePin read FOutputPin write FOutputPin;

C++ Builder:

__property TOWInt64SourcePin OutputPin = { read=FOutputPin, write=FOutputPin };

Summary

The output pin of the component.

Description

OutputPin is the cont output pin of the component.

You can connect this pin to any pin accepting 64 bit Integer data.


Delphi example:

<c>TLCounter1.OutputPin.Connect( SLGenericRealGen1.ClockPin );</c>

C++ Builder example:

<c>TLCounter1->OutputPin->Connect( SLGenericRealGen1->ClockPin );</c>

Visual C++(MFC/Win32) example:

<c>TLCounter1.OutputPin.Connect( SLGenericRealGen1.ClockPin );</c>

Visual C++/CLI example:

<c>counter1->OutputPin->Connect( genericRealGen1.ClockPin );</c>

C# example:

<c>counter1.OutputPin.Connect( genericRealGen1.ClockPin );</c>

VB example:

<c>Counter1.OutputPin.Connect( GenericRealGen1.ClockPin )</c>

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox