WireType 列挙型

定義

位置にシフトされた 3 ビットワイヤ タイプを表します

public enum WireType
type WireType = 
Public Enum WireType
継承
WireType

フィールド

Extended 224
Fixed32 96

32 ビット値。

Fixed64 128

64 ビット値。

LengthPrefixed 64

長さのプレフィックスが付いた値。

Reference 192

以前にエンコードされた値への参照。

TagDelimited 32

タグ区切りフィールドのコレクションで構成される複合値。

VarInt 0

可変長の整数 vlanue。

適用対象