nn::dsp::CTR::WriteProcessPipe Function

Syntax

nn::Result WriteProcessPipe(
     int port,
     const void * buffer,
     u32 length
);

Arguments

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.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
ResultSuccess Process was successful.
ResultNotInitialized The library is not initialized.

Description

Writes data to a DSP pipe.

Revision History

2010/02/02
Initial version.

CONFIDENTIAL