nn::ubl Namespace

Description

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


Functions that load the blocked senders settings can be used by any process. The shared expanded save data region must be initialized via DevMenu in advance before using the functions.

Functions

Initialize Initializes the UBL library. Must be called once before the library can be used. An error occurs if the shared expanded save data region has not been initialized already via DevMenu.
Finalize Finalizes the UBL library.
Clear Clears blocked senders settings and then writes to the expanded save data region.
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 expanded save data region.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL