NodeOPCUA API Documentation
    Preparing search index...

    Interface DTEndpointDescription

    namespace http://opcfoundation.org/UA/
    nodeClass DataType
    name EndpointDescription
    isAbstract false
    interface DTEndpointDescription {
        endpointUrl: UAString;
        securityLevel: number;
        securityMode: EnumMessageSecurityMode;
        securityPolicyUri: UAString;
        server: DTApplicationDescription;
        serverCertificate: Buffer;
        transportProfileUri: UAString;
        userIdentityTokens: DTUserTokenPolicy[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    endpointUrl: UAString
    securityLevel: number
    securityPolicyUri: UAString
    serverCertificate: Buffer
    transportProfileUri: UAString
    userIdentityTokens: DTUserTokenPolicy[]