|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Single item in a singly-linked list of data buffers. More...
#include <posix/ca821x-posix/include/ca821x-posix/ca821x-types.h>

Public Attributes | |
| size_t | len |
| Length of buffer. More... | |
| uint8_t * | buf |
| Buffer pointer. More... | |
| struct ca821x_dev * | pDeviceRef |
| Data's target/originating device. More... | |
| struct buffer_queue_item * | next |
| Next queue item. More... | |
Single item in a singly-linked list of data buffers.
| uint8_t* buffer_queue_item::buf |
Buffer pointer.
| size_t buffer_queue_item::len |
Length of buffer.
| struct buffer_queue_item* buffer_queue_item::next |
Next queue item.
| struct ca821x_dev* buffer_queue_item::pDeviceRef |
Data's target/originating device.