nn::dsp::CTR::RecvData Function

Syntax

nn::Result RecvData(
     u16 regNo,
     u16 * pValue
);

Arguments

Name Description
in regNo Reply register number.
out pValue Address at which to store value(s).

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

Gets the value of a reply register.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL