PhoenixProtocolBuffer  1.0.1
Set of tools to decode offset from protocol buffer
Loading...
Searching...
No Matches
FieldType Namespace Reference

Enumerations

enum  FieldType {
  NONE = -1 , ENUM_TYPE = 0 , UINT64 = 1 , BYTEARRAY = 2 ,
  SUBMESSAGE = 3 , UINT32 = 5 , UINT16 = 6 , UINT8 = 7 ,
  INT64 = 8 , INT32 = 9 , INT16 = 10 , INT8 = 11
}
 Type of the Field. More...
 

Enumeration Type Documentation

◆ FieldType

Type of the Field.

Enumerator
NONE 
ENUM_TYPE 
UINT64 
BYTEARRAY 
SUBMESSAGE 
UINT32 
UINT16 
UINT8 
INT64 
INT32 
INT16 
INT8 

Definition at line 14 of file FieldType.h.

14 {
15 NONE = -1,
16 ENUM_TYPE = 0,
17 UINT64 = 1,
18 BYTEARRAY = 2,
19 SUBMESSAGE = 3,
20 UINT32 = 5,
21 UINT16 = 6,
22 UINT8 = 7,
23 INT64 = 8,
24 INT32 = 9,
25 INT16 = 10,
26 INT8 = 11
27 };