libsignal-protocol-c  master
ProtobufCMessageUnknownField Struct Reference

#include <protobuf-c.h>

Public Attributes

uint32_t tag
 
ProtobufCWireType wire_type
 
size_t len
 
uint8_t * data
 

Detailed Description

An unknown message field.

Member Data Documentation

◆ data

uint8_t* ProtobufCMessageUnknownField::data

Field data.

◆ len

size_t ProtobufCMessageUnknownField::len

Number of bytes in data.

◆ tag

uint32_t ProtobufCMessageUnknownField::tag

The tag number.

◆ wire_type

ProtobufCWireType ProtobufCMessageUnknownField::wire_type

The wire type of the field.


The documentation for this struct was generated from the following file: