NodeOPCUA API Documentation
    Preparing search index...

    Function decodeArray

    • decode an array from a BinaryStream

      Type Parameters

      • T

      Parameters

      • stream: BinaryStream

        the stream.

      • decodeElementFunc: (stream: BinaryStream) => T

        The function to decode a single array element. This function returns the element decoded from the stream

      Returns T[] | null

      an array of elements or null