CIN class: Difference between revisions
Appearance
Started page |
(No difference)
|
Revision as of 23:37, 1 September 2019
| 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. |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The CIN class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide CIN Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| 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 | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| 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
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |