protobuf-c 1.5.1
Protocol Buffers implementation in C
ProtobufCMessageUnknownField Struct Reference

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.
 

Detailed Description

An unknown message field.

Field Documentation

◆ tag

uint32_t ProtobufCMessageUnknownField::tag

The tag number.

◆ wire_type

ProtobufCWireType ProtobufCMessageUnknownField::wire_type

The wire type of the field.

◆ len

size_t ProtobufCMessageUnknownField::len

Number of bytes in data.

◆ data

uint8_t* ProtobufCMessageUnknownField::data

Field data.