Jump to content

CallLibrary class

From LabVIEW Wiki
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.


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

    Properties

    Show/Hide CallLibrary Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    CallLibrary Properties Table
    Property ID Long Name (English) Description R/W RTE
    636D400Library PathSpecifies the path to the DLL or shared library the Call Library Function Node calls.Read/WriteNo
    636D401Function NameSets or returns the name of the function you configure the Call Library Function Node to call.Read/WriteNo
    636D402Calling ConventionUses the calling conventions to call libraries.Read/WriteNo
    636D403Any Thread?Indicates whether the function is reentrant.Read/WriteNo
    636D404Old Parameter InfoRead/WriteNo
    636D405Allow PreallocationRead/WriteYes
    636D406NI ValidatedRead/WriteYes
    636D407Output Terminals []Returns a 1D array of references to the output parameters.Read OnlyYes
    636D408Input Terminals[]Returns a 1D array of references to the input parameters.Read OnlyYes
    636D409Parameter InfoSets or returns an array of clusters with information for the parameters of a function.Read/WriteYes
    636D40ADynamic 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/WriteNo
    636D40BReserve CallbackSets or returns the name of the reserve callback function that LabVIEW calls.Read/WriteNo
    636D40CUnreserve CallbackSets or returns the name of the unreserve callback function that LabVIEW calls.Read/WriteNo
    636D40DAbort CallbackSets or returns the name of the abort callback function that LabVIEW calls.Read/WriteNo
    636D40EError Checking LevelSets or returns the error level for the Call Library Function Node.Read/WriteNo

    Methods

    Show/Hide CallLibrary Properties Table

    Legend
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    CallLibrary Methods Table
    Method ID Long Name (English) Description RTE
    636D000PrototypeReturns the C prototype string for the currently configured function.No
    636D001Create C FileCreates a C file for the Call Library Function Node at the specified path.Yes (Read/Write)
    636D002Type Only ParamYes

    Events

    This class has no events or it inherits events from its parent: GrowableFunction Class.


    History

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

    See Also