![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
Buffer descriptor for STREAMS getmsg() / putmsg() control and data parts. More...
#include <zephyr/posix/stropts.h>
Data Fields | |
| int | maxlen |
| Maximum buffer length. | |
| int | len |
| Length of data, or -1 to indicate no data/control part. | |
| char * | buf |
| Pointer to data buffer. | |
| int strbuf::len |