GetCount

nn::os::LightSemaphore::GetCount Member Function

Syntax

#include <nn/os.h>

s32 GetCount() const;

Parameters

None.

Return Values

Returns the set maximum value for the counter.

Description

Gets the maximum counter value that was specified by either the constructor or Initialize.

Gets the current counter value.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL