namespace http://opcfoundation.org/UA/
nodeClass DataType
name BuildInfo
isAbstract false
interface DTBuildInfo {
    buildDate: Date;
    buildNumber: UAString;
    manufacturerName: UAString;
    productName: UAString;
    productUri: UAString;
    softwareVersion: UAString;
}

Hierarchy (view full)

Properties

buildDate: Date
buildNumber: UAString
manufacturerName: UAString
productName: UAString
productUri: UAString
softwareVersion: UAString