Lds1ElementaryFile

data class Lds1ElementaryFile(val id: Lds1ElementaryFile.Id, val bytes: ByteArray? = null)

Binary representation of the LDS1 Elementary File.

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Identifier of the LDS1 Elementary File.

Functions

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

Properties

Link copied to clipboard
val bytes: ByteArray? = null

Content bytes.

Link copied to clipboard

Identifier.