toggle menu
koap-core
common
switch theme
search in API
koap-core
/
com.juul.koap
/
Message
/
Option
/
Format
Format
sealed
class
Format
:
Message.Option
RFC 7252 3.1. Option Format
Inheritors
empty
opaque
uint
string
Members
Types
empty
Link copied to clipboard
data
class
empty
(
val
number
:
Int
)
:
Message.Option.Format
opaque
Link copied to clipboard
data
class
opaque
(
val
number
:
Int
,
val
value
:
ByteArray
)
:
Message.Option.Format
string
Link copied to clipboard
data
class
string
(
val
number
:
Int
,
val
value
:
String
)
:
Message.Option.Format
uint
Link copied to clipboard
data
class
uint
(
val
number
:
Int
,
val
value
:
Long
)
:
Message.Option.Format
Properties
number
Link copied to clipboard
abstract
val
number
:
Int