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

    Interface SubscriptionData<T>

    Subscription data (value and timestamp)

    interface SubscriptionData<T = any> {
        timestamp: Date;
        value: T;
    }

    Type Parameters

    • T = any
    Index

    Properties

    Properties

    timestamp: Date
    value: T