AttachedPicture

data class AttachedPicture @JvmOverloads constructor(val type: Int, val data: ByteArray, val description: String = "", val useUnicodeEncoding: Boolean = true) : FrameValue

Attached picture.

Requirements:

See also

Constructors

Link copied to clipboard
constructor(type: AttachedPictureType, data: ByteArray, description: String = "", useUnicodeEncoding: Boolean = true)
constructor(type: Int, data: ByteArray, description: String = "", useUnicodeEncoding: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Int
Link copied to clipboard

Functions

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