Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
buffer_queue_item Struct Reference

Single item in a singly-linked list of data buffers. More...

#include <posix/ca821x-posix/include/ca821x-posix/ca821x-types.h>

Collaboration diagram for buffer_queue_item:

Public Attributes

size_t len
 Length of buffer. More...
 
uint8_t * buf
 Buffer pointer. More...
 
struct ca821x_devpDeviceRef
 Data's target/originating device. More...
 
struct buffer_queue_itemnext
 Next queue item. More...
 

Detailed Description

Single item in a singly-linked list of data buffers.

Member Data Documentation

◆ buf

uint8_t* buffer_queue_item::buf

Buffer pointer.

◆ len

size_t buffer_queue_item::len

Length of buffer.

◆ next

struct buffer_queue_item* buffer_queue_item::next

Next queue item.

◆ pDeviceRef

struct ca821x_dev* buffer_queue_item::pDeviceRef

Data's target/originating device.


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