NodeOPCUA API Documentation
    Preparing search index...

    Function encodeArray

    • Type Parameters

      • T

      Parameters

      • arr: T[] | null

        the array to encode.

      • stream: OutputBinaryStream

        the stream.

      • encodeElementFunc: (value: T, stream: OutputBinaryStream) => void

        The function to encode a single array element.

      Returns void