nn::hio::CTR::SharedMemoryChannel::Write Member Function#include <nn/hio.h> Result Write( const void * buf, size_t length, int offset );
| 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. |
Writes data to shared memory and returns the result of the operation.
Both host and target must have a channel open for shared memory.
CONFIDENTIAL