Type Alias ElementDecoder<T>

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

Invoked when a matching TLV element is found.

Type Parameters

  • T

Type declaration

    • (target: T, tlv: Tlv): void
    • Parameters

      Returns void