nn::ac::CTR::GetStatusChangeEvent Function

Syntax

Result GetStatusChangeEvent(
     nn::os::Event * event
);

Arguments

Name Description
out event Pointer to the initialized nn::os::Event that is notified.

Return Values

Returns the results.

Description

Sets which nn::os::Event is notified upon changes in AC state.

As noted in the addendum for the GetStatus function, state as seen by an application might not change as expected, so do not control application transitions by monitoring the state.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL