nn::os::Event::Event Constructor#include <nn/os.h>
explicit Event(
bool manualReset
);
Event();
| 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. |
Constructs and initializes an event.
Constructs an event object. Does not perform initialization. To use the event, you must explicitly call Initialize.
CONFIDENTIAL