GenericTlv

case class GenericTlv(tag: UInt64, value: ByteVector) extends Tlv

Generic tlv type we fallback to if we don't understand the incoming tlv.

Value parameters:
tag

tlv tag.

value

tlv value (length is implicit, and encoded as a varint).

Source:
Tlv.scala
trait Serializable
trait Product
trait Equals
trait Tlv
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product