Return value of sendAdsCommandWithFallback()

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

Type Parameters

  • T

Properties

fallbackUsed: boolean

True if fallback command was used (main command failed)

response: AmsTcpPacket<T>

The response