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

    Interface AdsNotificationSample

    Single ADS notification sample

    interface AdsNotificationSample {
        length: number;
        notificationHandle: number;
        payload: Buffer;
    }
    Index

    Properties

    length: number

    Data (payload) length

    notificationHandle: number

    Notification handle this data belongs to

    payload: Buffer

    Data (raw)