namespace http://opcfoundation.org/UA/
nodeClass DataType
name ApplicationDescription
isAbstract false
interface DTApplicationDescription {
    applicationName: LocalizedText;
    applicationType: EnumApplication;
    applicationUri: UAString;
    discoveryProfileUri: UAString;
    discoveryUrls: UAString[];
    gatewayServerUri: UAString;
    productUri: UAString;
}

Hierarchy (view full)

Properties

applicationName: LocalizedText
applicationType: EnumApplication
applicationUri: UAString
discoveryProfileUri: UAString
discoveryUrls: UAString[]
gatewayServerUri: UAString
productUri: UAString