nn::dsp::CTR::SendDataIsEmpty Function

Syntax

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

Arguments

Name Description
in regNo Command 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 command register has been loaded.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL