nn::fs::RegisterSdmcInsertedEvent Function

Syntax

void RegisterSdmcInsertedEvent(
nn::os::LightEvent * p
);

Arguments

Name Description
in p Specifies the nn::os::LightEvent object that is signaled when an SD Memory Card is inserted.

Return Values

None.

Description

Registers the nn::os::LightEvent object that is signaled when an SD Memory Card is inserted.

This is also signaled if a damaged SD Card is inserted or if what is inserted is not an SD Card (for example, an empty SD Card adapter).

Revision History

2010/09/09
Initial version.

CONFIDENTIAL