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

    Interface ReadRawMultiCommand

    Parameter containing all read commands for readRawMulti()

    interface ReadRawMultiCommand {
        indexGroup: number;
        indexOffset: number;
        size: number;
    }

    Hierarchy

    Index

    Properties

    indexGroup: number

    Address indexGroup

    indexOffset: number

    Address indexOffset

    size: number

    Size as bytes (if any)