nn::ubl NamespaceLibrary for blocked-user lists (blacklists).
The functions 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.
Initialize
|
Initializes the UBL library. This must be called once before the library can be 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 a value shared by all applications. For any purpose other than the blocked-user settings, use the nn::cfg::GetTransferableId function to identify systems. |
|
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. |
CONFIDENTIAL