ads-client | Beckhoff TwinCAT ADS client library for Node.js
    Preparing search index...

    Interface VariableHandle

    Variable handle object created using createVariableHandle() or createVariableHandleMulti()

    interface VariableHandle {
        dataType: string;
        handle: number;
        size: number;
        typeDecoration: number;
    }
    Index

    Properties

    dataType: string

    Data type name

    handle: number

    Handle number

    size: number

    Data type size

    typeDecoration: number

    Unknown