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

    Interface AmsTcpPacket<T>

    AMS packet for communication

    interface AmsTcpPacket<T = AdsData> {
        ads: T;
        ams: AmsHeader;
        amsTcp: AmsTcpHeader;
    }

    Type Parameters

    Index

    Properties

    Properties

    ads: T

    ADS data

    AMS header

    amsTcp: AmsTcpHeader

    AMS TCP header