nn::hid::CTR::ExtraPad::StopSampling Member Function

Syntax

static nn::Result StopSampling();

Parameters

None.

Return Values

Returns the function's result. This function always succeeds unless initialization has not been run.
Value Description
Result::IsSuccess Process succeeded and sampling of the Nintendo 3DS Circle Pad Pro has stopped.   
MakeResultNotInitialized Not initialized.

Description

Stops sampling the Nintendo 3DS Circle Pad Pro. When this function succeeds, it releases the thread that was created when the StartSampling function was run.

Revision History

2011/10/06
Initial version.

CONFIDENTIAL