nn::os::Event::Event Constructor

Syntax

#include <nn/os.h>

explicit Event(
     bool manualReset
);

Event();

List of Overloaded Member Functions

Event ( bool ) Constructs and initializes an event.
Event ( ) Constructs an event object. Does not perform initialization. To use the event, you must explicitly call Initialize.

Description of Event ( bool )

Constructs and initializes an event.

Description of Event ( )

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


CONFIDENTIAL