Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <_iovec.h>

Struct iovec

struct iovec;

Description

This iovec structure is filled with the data pointer and the length of the data to be passed to the kernel.

Members

Defined in iovec:


Member data


iov_base

void * iov_base;

Description

Contains the address of a buffer.


iov_len

size_t iov_len;

Description

Contains the length of the buffer.