nn::dsp::CTR::WriteProcessPipe Functionnn::Result WriteProcessPipe( int port, const void * buffer, u32 length );
| Name | Description | |
|---|---|---|
| in | port | Port number. |
| in | buffer | Address of the buffer into which to write data. |
| in | length | Length of the data to write. |
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Process was successful. |
ResultNotInitialized |
The library is not initialized. |
Writes data to a DSP pipe.
CONFIDENTIAL