|
libsignal-protocol-c
master
|
#include <protobuf-c.h>
Public Attributes | |
| size_t | len |
| uint8_t * | data |
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.
| uint8_t* ProtobufCBinaryData::data |
Data bytes.
| size_t ProtobufCBinaryData::len |
Number of bytes in the data field.