WireValue

sealed interface WireValue

Inheritors

Types

Link copied to clipboard
value class Fixed32(val value: Int) : WireValue
Link copied to clipboard
value class Fixed64(val value: Long) : WireValue
Link copied to clipboard
value class Len(val value: WireBuffer) : WireValue
Link copied to clipboard
value class VarInt(val value: Long) : WireValue