VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
VlcbPacketBuf Struct Reference

#include <packet_buf.h>

Data Fields

size_t head
 
size_t tail
 
size_t maxlen
 
size_t bucket_size
 
uint8_t buffer []
 

Detailed Description

Definition at line 7 of file packet_buf.h.

Field Documentation

◆ bucket_size

size_t VlcbPacketBuf::bucket_size

Definition at line 11 of file packet_buf.h.

◆ buffer

uint8_t VlcbPacketBuf::buffer[]

Definition at line 12 of file packet_buf.h.

◆ head

size_t VlcbPacketBuf::head

Definition at line 8 of file packet_buf.h.

◆ maxlen

size_t VlcbPacketBuf::maxlen

Definition at line 10 of file packet_buf.h.

◆ tail

size_t VlcbPacketBuf::tail

Definition at line 9 of file packet_buf.h.


The documentation for this struct was generated from the following file: