#include <protobuf-c/protobuf-c.h>
Go to the source code of this file.
◆ UDP__UDP_SCHEMA__INIT
#define UDP__UDP_SCHEMA__INIT |
Value: { \
, (char *)protobuf_c_empty_string, 0, 0, 0, 0 \
}
const ProtobufCMessageDescriptor udp__udp_schema__descriptor
Definition: udp.pb-c.c:83
◆ Udp__UdpSchema
◆ Udp__UdpSchema_Closure
typedef void(* Udp__UdpSchema_Closure) (const Udp__UdpSchema *message, void *closure_data) |
◆ udp__udp_schema__free_unpacked()
void udp__udp_schema__free_unpacked |
( |
Udp__UdpSchema * |
message, |
|
|
ProtobufCAllocator * |
allocator |
|
) |
| |
◆ udp__udp_schema__get_packed_size()
size_t udp__udp_schema__get_packed_size |
( |
const Udp__UdpSchema * |
message | ) |
|
◆ udp__udp_schema__init()
◆ udp__udp_schema__pack()
size_t udp__udp_schema__pack |
( |
const Udp__UdpSchema * |
message, |
|
|
uint8_t * |
out |
|
) |
| |
◆ udp__udp_schema__pack_to_buffer()
size_t udp__udp_schema__pack_to_buffer |
( |
const Udp__UdpSchema * |
message, |
|
|
ProtobufCBuffer * |
buffer |
|
) |
| |
◆ udp__udp_schema__unpack()
Udp__UdpSchema* udp__udp_schema__unpack |
( |
ProtobufCAllocator * |
allocator, |
|
|
size_t |
len, |
|
|
const uint8_t * |
data |
|
) |
| |
◆ udp__udp_schema__descriptor
const ProtobufCMessageDescriptor udp__udp_schema__descriptor |
|
extern |