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

    Interface SendAdsCommandWithFallbackResult<T>

    Return value of sendAdsCommandWithFallback()

    interface SendAdsCommandWithFallbackResult<T> {
        fallbackUsed: boolean;
        response: AmsTcpPacket<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    fallbackUsed: boolean

    True if fallback command was used (main command failed)

    response: AmsTcpPacket<T>

    The response