![]() |
|
PhoenixProtocolBuffer
1.0.1
Set of tools to decode offset from protocol buffer
|
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... | |
| enum FieldType::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.