nnosLightEventIsSignaled Function

Syntax

#include <nn/os.h>

NN_EXTERN_C bool nnosLightEventIsSignaled(
     nnosLightEvent * this_
);

Arguments

Name Description
this_

Return Values

Description

See the corresponding C++ function nn::os::LightEvent::IsSignaled.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL