NodeOPCUA API Documentation
    Preparing search index...

    Interface DTEndpointConfiguration

    namespace http://opcfoundation.org/UA/
    nodeClass DataType
    name EndpointConfiguration
    isAbstract false
    interface DTEndpointConfiguration {
        channelLifetime: number;
        maxArrayLength: number;
        maxBufferSize: number;
        maxByteStringLength: number;
        maxMessageSize: number;
        maxStringLength: number;
        operationTimeout: number;
        securityTokenLifetime: number;
        useBinaryEncoding: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    channelLifetime: number
    maxArrayLength: number
    maxBufferSize: number
    maxByteStringLength: number
    maxMessageSize: number
    maxStringLength: number
    operationTimeout: number
    securityTokenLifetime: number
    useBinaryEncoding: boolean