ExperimentalUse

data class ExperimentalUse(val number: Int, val value: ByteArray) : Message.Option

RFC 7252 12.2. CoAP Option Numbers Registry, Table 8, Experimental use

Constructors

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

Properties

Link copied to clipboard
val number: Int
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String