libsignal-protocol-c  master
ProtobufCBinaryData Struct Reference

#include <protobuf-c.h>

Public Attributes

size_t len
 
uint8_t * data
 

Detailed Description

Structure for the protobuf bytes scalar type.

The data contained in a ProtobufCBinaryData is an arbitrary sequence of bytes. It may contain embedded NUL characters and is not required to be NUL-terminated.

Member Data Documentation

◆ data

uint8_t* ProtobufCBinaryData::data

Data bytes.

◆ len

size_t ProtobufCBinaryData::len

Number of bytes in the data field.


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