IAdsAddress

[ Interface ]

interface IAdsAddress {
    NetId: string;
    Port: number;
    Channel: number;
}

Properties

Name

Type

Description

NetId

string

The NetId of the ADS address

Port

number

The port of the ADS address

Channel

number

The channel of the ADS address

IAdsAddress 1:

Available since version 1.14.1.15