namespace http://opcfoundation.org/UA/
nodeClass DataType
name EndpointType
isAbstract false
interface DTEndpoint {
    endpointUrl: UAString;
    securityMode: EnumMessageSecurityMode;
    securityPolicyUri: UAString;
    transportProfileUri: UAString;
}

Hierarchy (view full)

Properties

endpointUrl: UAString
securityPolicyUri: UAString
transportProfileUri: UAString