nn::os::LightEvent::Wait Member Function

Syntax

#include <nn/os.h>

void Wait();

Arguments

None.

Return Values

None.

Description

Waits until the flag is set.

For an automatically resetting event, it clears the flag at the same time that the flag is set and the waiting stops.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL