Jump to content

CIN class

From LabVIEW Wiki
Revision as of 23:37, 1 September 2019 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name CIN class
Class ID 16416
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


The CIN class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide CIN Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
CIN Properties Table
Property ID Short Name (English) Description R/W RTE
636C800 CodeRsrcPath Specifies the path to the code resource (.lsb) file. R
636C802 InputTerms Returns a 1D array of references to the input parameter terminals. R X
636C803 OutputTerms Returns a 1D array of references to the output parameter terminals. R X
636C801 ParamCount Gets or sets the number of parameters. R/W X

Methods

Show/Hide CIN Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
CIN Methods Table
Method ID Short Name (English) Description RTE
636C402 AddParameterAfter Adds a new parameter after the item you specify in Index and returns a reference to the new pair of terminals. X
636C401 Create C File Creates a C file for the Code Interface Node at the path you specify.
636C400 Load Code Resource Loads a code resource from a code resource (.lsb) file.
636C404 PurgeCodeResource Deletes the code associated with the Code Interface Node. X
636C403 RemoveParameter Removes the parameter at the index you specify. X

Events

No Events for this class.

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also