µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
iovec Struct Reference

#include <uio.h>

Public Attributes

void * iov_base
 
size_t iov_len
 

Detailed Description

Definition at line 40 of file uio.h.

Member Data Documentation

◆ iov_base

void* iovec::iov_base

Definition at line 42 of file uio.h.

◆ iov_len

size_t iovec::iov_len

Definition at line 43 of file uio.h.


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