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

    Interface AdsNotificationStamp

    Single ADS notification stamp with multiple samples

    interface AdsNotificationStamp {
        count: number;
        samples: AdsNotificationSample[];
        timestamp: Date;
    }
    Index

    Properties

    count: number

    How many samples

    Samples (payload)

    timestamp: Date

    Timestamp of the included data