nn::ubl Namespace

Description

The namespace of the blocked user lists (blacklist).

The functions that write to the blocked user lists can only use application processes. Use from other processes (daemons) is prohibited.
Functions that load blocked user lists can be used in any process.

Functions

Initialize Initializes the UBL library. It must be called once before the library is used.
Finalize Finalizes the UBL library.
Clear Clears the blocked user list and then writes to system NAND memory.
IsExist Determines whether the specified ID exists in the blocked user list.
GetTotalLocalUser Returns the total number of users registered in the blocked user list.
GetUserId Returns the unique ID of each CTR system. This ID is shared by all applications. Use nn::cfg::GetTransferableId if you are identifying a system for a purpose other than allowing or disallowing reception.
GetUserName Gets the user name.
GetHashValue Gets 64-bit-length hash data.
Entry Registers the specified ID and date and time in the blocked user list, and writes it to system NAND memory.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL