nn::y2r::CTR::StartConversion Function

Syntax

nn::Result StartConversion(
     void
);

Arguments

None.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
ResultSuccess Process was successful.
ResultIsSleeping Cannot use, because sleeping.

Description

Starts conversion.

Before calling this function, you must configure the transfer with the SetReceiving and SetSending* functions.

Revision History

2010/09/24
Explained when transfer settings must be made.
2010/01/07
Initial version.

CONFIDENTIAL