NoResponse

data class NoResponse(val value: Long) : Message.Option

RFC 7967 2. Option Definition for no server response.

Constructors

Link copied to clipboard
constructor(notInterestedIn: Set<Message.Option.NoResponse.NotInterestedIn>)
constructor(vararg notInterestedIn: Message.Option.NoResponse.NotInterestedIn)
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long