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

Name Value Description
VarInt 0

A variable-length integer vlaue.

TagDelimited 32

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

LengthPrefixed 64

A length-prefixed value.

Fixed32 96

A 32-bit value.

Fixed64 128

A 64-bit value.

Reference 192

A reference to a previously encoded value.

Extended 224

Applies to