COSA
An Object-Oriented Platform for Arduino Programming
iovec_t Struct Reference

#include <Types.h>

Collaboration diagram for iovec_t:
Collaboration graph

Public Member Functions

 iovec_t (void *buf=NULL, size_t size=0)
 

Public Attributes

void * buf
 Buffer pointer. More...
 
size_t size
 Size of buffer in bytes. More...
 

Detailed Description

Buffer structure for scatter/gather.

Definition at line 391 of file Types.h.

Constructor & Destructor Documentation

iovec_t::iovec_t ( void *  buf = NULL,
size_t  size = 0 
)
inline

Definition at line 394 of file Types.h.

Member Data Documentation

void* iovec_t::buf

Buffer pointer.

Definition at line 392 of file Types.h.

size_t iovec_t::size

Size of buffer in bytes.

Definition at line 393 of file Types.h.


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