|
protobuf-c 1.5.1
Protocol Buffers implementation in C
|
An unknown message field. More...
Data Fields | |
| uint32_t | tag |
| The tag number. | |
| ProtobufCWireType | wire_type |
| The wire type of the field. | |
| size_t | len |
Number of bytes in data. | |
| uint8_t * | data |
| Field data. | |
An unknown message field.
| uint32_t ProtobufCMessageUnknownField::tag |
The tag number.
| ProtobufCWireType ProtobufCMessageUnknownField::wire_type |
The wire type of the field.
| size_t ProtobufCMessageUnknownField::len |
Number of bytes in data.
| uint8_t* ProtobufCMessageUnknownField::data |
Field data.