VLCB SDK
An opinionated SDK for VLCB protocol
|
#include <packet_buf.h>
Data Fields | |
size_t | head |
size_t | tail |
size_t | maxlen |
size_t | bucket_size |
uint8_t | buffer [] |
Definition at line 7 of file packet_buf.h.
size_t VlcbPacketBuf::bucket_size |
Definition at line 11 of file packet_buf.h.
uint8_t VlcbPacketBuf::buffer[] |
Definition at line 12 of file packet_buf.h.
size_t VlcbPacketBuf::head |
Definition at line 8 of file packet_buf.h.
size_t VlcbPacketBuf::maxlen |
Definition at line 10 of file packet_buf.h.
size_t VlcbPacketBuf::tail |
Definition at line 9 of file packet_buf.h.