Class WireFormat
Inherited Members
Namespace: Google.Protobuf
Assembly: Google.Protobuf.dll
Syntax
public static class WireFormat
Methods
GetTagFieldNumber(uint)
Declaration
public static int GetTagFieldNumber(uint tag)
Parameters
Type | Name | Description |
---|---|---|
uint | tag |
Returns
Type | Description |
---|---|
int |
GetTagWireType(uint)
Declaration
public static WireFormat.WireType GetTagWireType(uint tag)
Parameters
Type | Name | Description |
---|---|---|
uint | tag |
Returns
Type | Description |
---|---|
WireFormat.WireType |
MakeTag(int, WireType)
Declaration
public static uint MakeTag(int fieldNumber, WireFormat.WireType wireType)
Parameters
Type | Name | Description |
---|---|---|
int | fieldNumber | |
WireFormat.WireType | wireType |
Returns
Type | Description |
---|---|
uint |