nn::dsp::CTR::RecvDataIsReady Function

Syntax

nn::Result RecvDataIsReady(
     u16 regNo,
     bool * pStatus
);

Arguments

Name Description
in regNo Reply register number.
out pStatus Address at which to store the state.

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

Determines whether a value has been written to the reply register.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL