toggle menu
koap-core
common
switch theme
search in API
koap-core
/
com.juul.koap
/
Message
/
Code
/
Raw
Raw
data
class
Raw
(
val
class
:
Int
,
val
detail
:
Int
)
:
Message.Code
Members
Constructors
Raw
Link copied to clipboard
constructor
(
class
:
Int
,
detail
:
Int
)
Properties
class
Link copied to clipboard
open
override
val
class
:
Int
Allowable range is
0..7
.
detail
Link copied to clipboard
open
override
val
detail
:
Int
Allowable range is
0..31
.