UnSignedAttribute

A structure that represents an unsigned int attribute (see Attribute class).

Inheritors

Constructors

Link copied to clipboard
constructor(code: Int, value: Long)

Properties

Link copied to clipboard
val FLOAT: Byte = 4
Link copied to clipboard
val KEY: Byte = 0
Link copied to clipboard
val LABEL: Byte = 1
Link copied to clipboard
val META: Byte = 6
Link copied to clipboard
val SIGNED: Byte = 2
Link copied to clipboard
val STRING: Byte = 5
Link copied to clipboard
val TYPE_MAX: Byte = 6
Link copied to clipboard
val TYPE_MIN: Byte = 0
Link copied to clipboard
val UINT16_MAX: Int = 65535
Link copied to clipboard
val UNSIGNED: Byte = 3

Functions

Link copied to clipboard
open fun getCode(): Int
Returns the attribute's code.
Link copied to clipboard
open fun getType(): Byte
Returns the attribute's type.
Link copied to clipboard
open fun getValue(): Long
Returns the attribute's value.
Link copied to clipboard
open fun toString(): String
Returns a String representing the attribute's information (value, code and type).