NodeOPCUA API Documentation
    Preparing search index...

    Interface TransportSettingsOptions

    Options used to construct a client transport. Passed through IClientTransportFactory.create and applied to the UACP HEL message during the handshake.

    interface TransportSettingsOptions {
        maxChunkCount?: number;
        maxMessageSize?: number;
        receiveBufferSize?: number;
        sendBufferSize?: number;
    }
    Index

    Properties

    maxChunkCount?: number
    maxMessageSize?: number
    receiveBufferSize?: number
    sendBufferSize?: number