Size2

data class Size2(val bytes: Long) : Message.Option

RFC 7959 4. The Size2 and Size1 Options

Constructors

Link copied to clipboard
constructor(bytes: Long)

Properties

Link copied to clipboard
val bytes: Long