public enum WireFormat.WireType : uintWire types within protobuf encoding.
Namespace
Google.ProtobufAssembly
Google.Protobuf.dll
Fields |
|
|---|---|
| Name | Description |
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. |