nn::applet::CTR::WaitForRegister Function
bool WaitForRegister(
AppletId appletId,
nn::fnd::TimeSpan span = NN_APPLET_WAIT_INFINITE
);
| Name | Description | |
|---|---|---|
| in | appletId | The Applet ID. |
| in | span | Maximum wait time. |
true if the Applet having the specified ID is registered; otherwise, false. Waits the allotted time for the Applet with the specified ID to be registered.
CONFIDENTIAL