uint

data class uint(val number: Int, val value: Long) : Message.Option.Format

Constructors

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

Properties

Link copied to clipboard
open override val number: Int
Link copied to clipboard
val value: Long