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