protobuf-c  1.2.1
Protocol Buffers implementation in C
ProtobufCEnumValue Struct Reference

Represents a single value of an enumeration. More...

Data Fields

const char * name
 The string identifying this value in the .proto file. More...
 
const char * c_name
 The string identifying this value in generated C code. More...
 
int value
 The numeric value assigned in the .proto file. More...
 

Detailed Description

Represents a single value of an enumeration.

Field Documentation

const char* ProtobufCEnumValue::name

The string identifying this value in the .proto file.

const char* ProtobufCEnumValue::c_name

The string identifying this value in generated C code.

int ProtobufCEnumValue::value

The numeric value assigned in the .proto file.