ESP-IDF
tag_pack()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tag_pack()
tag_pack() function
Pack a field tag. Wire-type will be added in required_field_pack(). \todo Just call uint64_pack on 64-bit platforms.
Syntax
Show:
Summary
Declaration
from
protobuf-c.c:1068
static
size_t
tag_pack
(
uint32_t
id
,
uint8_t
*
out
)
;
Arguments
Argument
Description
id
Tag value to encode.
out
Packed value.
Return value
Number of bytes written to `out`.
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