nn::os::Event::Event Constructor

Syntax

#include <nn/os.h>

explicit Event(
     bool manualReset
);

Parameters

Name Description
in manualReset Specifies whether the event is reset manually.

Description

Constructs and initializes an event.


CONFIDENTIAL