nnappletTryLock Function

Syntax

NN_EXTERN_C bool nnappletTryLock(
     nn::fnd::TimeSpan timeout = NN_APPLET_NO_WAIT
);

Arguments

Name Description
timeout

Return Values

Description

Attempts to lock the mutex for the APPLET library.

See the corresponding C++ function nn::applet::CTR::TryLock.


CONFIDENTIAL