TLV

data class TLV(val tag: UByte, val content: ByteArray)(source)

Constructors

Link copied to clipboard
constructor(tag: UByte, content: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val length: Int
Link copied to clipboard
Link copied to clipboard
val tag: UByte

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String