nn::os::LightEvent::TryWait Member Function

Syntax

#include <nn/os.h>

bool TryWait();

Arguments

None.

Return Values

Returns true if the flag was set; returns false otherwise.

Description

Obtains whether the flag is set.

For an automatically resetting event, it also clears the flag if the flag is set.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL