nn::ubl Namespace

Description

Library for blocked-user lists (blacklists). The APIs that write to the blocked-user lists can only be used in application processes. Use by other processes (daemons) is prohibited.


Functions that load blocked-user lists can be used in any process.

Functions

Initialize Initializes the UBL library. This 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/disallowing reception.
GetUserName Gets the user name.
GetHashValue Gets 64-bit-length hash data.
Entry Registers the specified ID and date/time in the blocked-user list, and writes it to system NAND memory.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL