nn::hio::CTR::SharedMemoryChannel::Read Member Function

Syntax

#include <nn/hio.h>

Result Read(
     void * buf,
     size_t length,
     int offset
);

Parameters

Name Description
out buf Buffer into which the data is read.
in length Size of the data to read.
in offset Specifies the offset from the beginning of shared memory where reading data starts.

Return Values

Returns the result of the operation.

Description

Reads data from shared memory and returns the result of the operation.

Both host and target must have a channel open for shared memory.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL