CallLibrary class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | CallLibrary class |
Class ID | 16417 |
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 CallLibrary class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide CallLibrary Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
636D400 | Library Path | Specifies the path to the DLL or shared library the Call Library Function Node calls. | Read/Write | No |
636D401 | Function Name | Sets or returns the name of the function you configure the Call Library Function Node to call. | Read/Write | No |
636D402 | Calling Convention | Uses the calling conventions to call libraries. | Read/Write | No |
636D403 | Any Thread? | Indicates whether the function is reentrant. | Read/Write | No |
636D404 | Old Parameter Info | Read/Write | No | |
636D405 | Allow Preallocation | Read/Write | Yes | |
636D406 | NI Validated | Read/Write | Yes | |
636D407 | Output Terminals [] | Returns a 1D array of references to the output parameters. | Read Only | Yes |
636D408 | Input Terminals[] | Returns a 1D array of references to the input parameters. | Read Only | Yes |
636D409 | Parameter Info | Sets or returns an array of clusters with information for the parameters of a function. | Read/Write | Yes |
636D40A | Dynamic Library? | Sets the Call Library Function Node, in write mode, to execute with the library path you specify. In read mode, this property returns whether LabVIEW configures the Call Library Function Node to load the library dynamically. | Read/Write | No |
636D40B | Reserve Callback | Sets or returns the name of the reserve callback function that LabVIEW calls. | Read/Write | No |
636D40C | Unreserve Callback | Sets or returns the name of the unreserve callback function that LabVIEW calls. | Read/Write | No |
636D40D | Abort Callback | Sets or returns the name of the abort callback function that LabVIEW calls. | Read/Write | No |
636D40E | Error Checking Level | Sets or returns the error level for the Call Library Function Node. | Read/Write | No |
Methods
Show/Hide CallLibrary Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
636D000 | Prototype | Returns the C prototype string for the currently configured function. | No |
636D001 | Create C File | Creates a C file for the Call Library Function Node at the specified path. | Yes (Read/Write) |
636D002 | Type Only Param | Yes |
Events
This class has no events or it inherits events from its parent: GrowableFunction Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |