Raw

data class Raw(val class: Int, val detail: Int) : Message.Code

Constructors

Link copied to clipboard
constructor(class: Int, detail: Int)

Properties

Link copied to clipboard
open override val class: Int

Allowable range is 0..7.

Link copied to clipboard
open override val detail: Int

Allowable range is 0..31.