nn::hio::CTR::SharedMemoryChannel::Write Member Function

Syntax

#include <nn/hio.h>

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

Arguments

Name Description
in buf Buffer storing the data to be written.
in length Size of the data to write.
in offset Specifies the offset from the beginning of shared memory where writing data starts.

Return Values

Returns the result of the operation.

Description

Writes data to 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