Enum WireFormat.WireType (3.23.0)

public enum WireFormat.WireType : uint

Wire types within protobuf encoding.

Namespace

Google.Protobuf

Assembly

Google.Protobuf.dll

Fields

NameDescription
EndGroup

An "end group" value

Fixed32

A fixed-length 32-bit value.

Fixed64

A fixed-length 64-bit value.

LengthDelimited

A length-delimited value, i.e. a length followed by that many bytes of data.

StartGroup

A "start group" value

Varint

Variable-length integer.