nn::os::Event::Event Constructor

Syntax

#include <nn/os.h>

Event();

Arguments

None.

Description

Constructs an event object. Does not perform initialization. To use the event, you must explicitly call Initialize.


CONFIDENTIAL