Class ILMultiLed.TILLedState
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 InstrumentLabDigitalPkg|InstrumentLabDigitalPkg]] |
'''Unit:''' [[Unit ILMultiLed|ILMultiLed]] | '''Unit:''' [[Unit ILMultiLed|ILMultiLed]] | ||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' LedState : [[Class LPComponent.TLPCollectionItem|Vcl.VclCollectionItem]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 43: | Line 43: | ||
== Pins == | == Pins == | ||
*[[Pin ILMultiLed.TILLedState.InputPin|InputPin]] - The boolean input pin of the component. | *[[Pin ILMultiLed.TILLedState.InputPin|InputPin]] - The boolean input pin of the component. | ||
+ | |||
+ | == From [[Class LPComponent.TLPCollectionItem|TLPCollectionItem]] == | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TLPCollectionItem) : HResult|function QueryInterface(IID : TGUID; Obj : TLPCollectionItem) : HResult]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:31, 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: InstrumentLabDigitalPkg
Unit: ILMultiLed
Inherits: TLPCollectionItem
Contents |
Syntax
Delphi:
type TILLedState = class( TLPCollectionItem )
C++ Builder:
class TILLedState : public TLPCollectionItem
Visual C++ (MFC):
class CTILLedState : public CTLPCollectionItem
C# (.NET):
public ref class LedState : Vcl.VclCollectionItem
Summary
LED state collection item.
Description
Defines class for LED state collection items.
Properties
Published
- Name - Specifies the name of the state.
- Color - Specifies the color of the state.
- Value - Specifies the value of the state.
Pins
- InputPin - The boolean input pin of the component.