Active client connection

interface AdsClientConnection {
    connected: boolean;
    isLocal?: boolean;
    localAdsPort?: number;
    localAmsNetId?: string;
    targetAdsPort?: number;
    targetAmsNetId?: string;
}

Properties

connected: boolean

Connection status of the client, true if connected

isLocal?: boolean

True if connected to local TwinCAT system (loopback)

localAdsPort?: number

Local ADS port of the client

localAmsNetId?: string

Local AmsNetId of the client

targetAdsPort?: number

Target ADS port

targetAmsNetId?: string

Target AmsNetId