ESP-IDF
ProtobufCType
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ProtobufCType
ProtobufCType enum
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:310
enum
{
PROTOBUF_C_TYPE_INT32
,
PROTOBUF_C_TYPE_SINT32
,
PROTOBUF_C_TYPE_SFIXED32
,
PROTOBUF_C_TYPE_INT64
,
PROTOBUF_C_TYPE_SINT64
,
PROTOBUF_C_TYPE_SFIXED64
,
PROTOBUF_C_TYPE_UINT32
,
PROTOBUF_C_TYPE_FIXED32
,
PROTOBUF_C_TYPE_UINT64
,
PROTOBUF_C_TYPE_FIXED64
,
PROTOBUF_C_TYPE_FLOAT
,
PROTOBUF_C_TYPE_DOUBLE
,
PROTOBUF_C_TYPE_BOOL
,
PROTOBUF_C_TYPE_ENUM
,
PROTOBUF_C_TYPE_STRING
,
PROTOBUF_C_TYPE_BYTES
,
PROTOBUF_C_TYPE_MESSAGE
,
}
;
Values
Value
Declared as
Description
ProtobufCType::PROTOBUF_C_TYPE_INT32
int32.
ProtobufCType::PROTOBUF_C_TYPE_SINT32
signed int32.
ProtobufCType::PROTOBUF_C_TYPE_SFIXED32
signed int32 (4 bytes).
ProtobufCType::PROTOBUF_C_TYPE_INT64
int64.
ProtobufCType::PROTOBUF_C_TYPE_SINT64
signed int64.
ProtobufCType::PROTOBUF_C_TYPE_SFIXED64
signed int64 (8 bytes).
ProtobufCType::PROTOBUF_C_TYPE_UINT32
unsigned int32.
ProtobufCType::PROTOBUF_C_TYPE_FIXED32
unsigned int32 (4 bytes).
ProtobufCType::PROTOBUF_C_TYPE_UINT64
unsigned int64.
ProtobufCType::PROTOBUF_C_TYPE_FIXED64
unsigned int64 (8 bytes).
ProtobufCType::PROTOBUF_C_TYPE_FLOAT
float.
ProtobufCType::PROTOBUF_C_TYPE_DOUBLE
double.
ProtobufCType::PROTOBUF_C_TYPE_BOOL
boolean.
ProtobufCType::PROTOBUF_C_TYPE_ENUM
enumerated type.
ProtobufCType::PROTOBUF_C_TYPE_STRING
UTF-8 or ASCII string.
ProtobufCType::PROTOBUF_C_TYPE_BYTES
arbitrary byte sequence.
ProtobufCType::PROTOBUF_C_TYPE_MESSAGE
nested message.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out