enum class FormatOptionValue
The Content-Format Option indicates the representation format of the message payload. These are the supported value for ContentFormatOption and AcceptOption coap options
val intValue: IntOptionValue |
fun fromValue(value: Int): FormatOptionValue
Create FormatOptionValue from given value |