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

    Interface AmsTcpHeader

    AMS TCP header

    interface AmsTcpHeader {
        command: number;
        commandStr: string;
        data?: AmsAddress | Buffer<ArrayBufferLike> | AmsRouterStateData;
        length?: number;
    }
    Index

    Properties

    command: number

    AMS command as number

    commandStr: string

    AMS command as string

    data?: AmsAddress | Buffer<ArrayBufferLike> | AmsRouterStateData

    AMS data (if any))

    length?: number

    AMS data length (bytes)