Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <uio.h>
Link against: libc.lib

Enum uio_rw

Interface status: externallyDefinedApi

uio_rw

Description

Contains read write flags, UIO_READ, UIO_WRITE

UIO_READ

UIO_WRITE

[Top]


Enum uio_seg

Interface status: externallyDefinedApi

uio_seg

Description

Segment flag values. Contians, UIO_USERSPACE, from user data space UIO_SYSSPACE, from system space UIO_NOCOPY, don't copy, already in object

UIO_USERSPACE

UIO_SYSSPACE

UIO_NOCOPY

[Top]


readv(int,const struct iovec *,int)

Interface status: externallyDefinedApi

IMPORT_C ssize_t readv(int, const struct iovec *, int);

Description

Parameters

int

const struct ioveciovec *

int

Refer to read for the documentation

Return value

ssize_tssize_t

See also:

[Top]


writev(int,const struct iovec *,int)

Interface status: externallyDefinedApi

IMPORT_C ssize_t writev(int, const struct iovec *, int);

Description

Parameters

int

const struct ioveciovec *

int

Refer to write for the documentation

Return value

ssize_tssize_t

See also: