WireType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |