nn::os::LightEvent::IsSignaled Member Function

Syntax

#include <nn/os.h>

bool IsSignaled() const;

Arguments

None.

Return Values

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

Description

Obtains whether the flag is set.

This function is used mostly for debugging. In most cases, you should use TryWait instead.

This function merely gets information about whether the flag is set, regardless of whether the event is reset automatically or manually. It does not change the status of the flag.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL