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

    Interface AdsNotification

    ADS notification with number of stamps

    interface AdsNotification {
        length: number;
        stampCount: number;
        stamps: AdsNotificationStamp[];
    }
    Index

    Properties

    length: number

    Total data length (bytes)

    stampCount: number

    How many stamps does this packet have

    Stamps