nn::ubl Namespace

Description

A library for blocked-user settings (blacklist).
The functions that write to the blocked-user settings can only be used by application processes. Use from other processes (daemons) is prohibited.


The functions that load the blocked senders settings can be used by any process.

Functions

Initialize Initializes the UBL library. This must be called once before the library can be used.
Finalize Finalizes the UBL library.
Clear Clears blocked senders settings and then writes to the system's NAND memory.
IsExist Determines whether the specified ID exists in blocked senders settings.
GetTotalLocalUser Returns the total number of users registered in the blocked users settings.
GetUserId Returns the unique ID of the CTR system.
GetUserName Gets the user name.
GetHashValue Gets 64-bit-length hash data.
Entry Registers the specified ID and date/time in the blocked users settings, and writes it to the system's NAND memory.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL