Type alias ElementDecoder<T>

ElementDecoder<T>: ((target, tlv) => void)

Invoked when a matching TLV element is found.

Type Parameters

  • T

Type declaration

    • (target, tlv): void
    • Parameters

      Returns void

Generated using TypeDoc