nn::ubl Namespace

Description

A library for blocking sender settings (blacklist).
The functions that write to the blocked senders 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. The shared expanded save data region must be initialized via DevMenu in advance before using the functions.

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 a unique ID for each 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