ESP-IDF
sint32_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
sint32_pack()
sint32_pack() function
Pack a signed 32-bit integer using ZigZag encoding and return the number of bytes written.
Syntax
Show:
Summary
Declaration
from
protobuf-c.c:842
static
inline
size_t
sint32_pack
(
int32_t
value
,
uint8_t
*
out
)
;
Arguments
Argument
Description
value
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