![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
Structure for an embedded ByteArray as a buffer. More...
#include <byte_array.h>
Data Fields | |
| ByteArray | array |
| ByteArray holding allocated array w/length = allocated size. More... | |
| size_t | bytesUsed |
Reflects the number of bytes used from the array More... | |
Structure for an embedded ByteArray as a buffer.
The bytesUsed field is initialized to zero, and is to incremented as each byte is consumed, but shall not exceed the array length
Definition at line 53 of file byte_array.h.
| ByteArray ByteBuffer::array |
ByteArray holding allocated array w/length = allocated size.
Definition at line 54 of file byte_array.h.
| size_t ByteBuffer::bytesUsed |
Reflects the number of bytes used from the array
Definition at line 55 of file byte_array.h.
1.8.8