Edit

Share via


WireType Enum

Definition

Represents a 3-bit wire type, shifted into position

public enum WireType
type WireType = 
Public Enum WireType
Inheritance
WireType

Fields

Extended 224
Fixed32 96

A 32-bit value.

Fixed64 128

A 64-bit value.

LengthPrefixed 64

A length-prefixed value.

Reference 192

A reference to a previously encoded value.

TagDelimited 32

A compound value comprised of a collection of tag-delimited fields.

VarInt 0

A variable-length integer vlaue.

Applies to