nn::ubl NamespaceThis is the library for the blacklist.
The functions that write to the blacklist can only use application processes. Use from other processes (daemons) is prohibited.
The functions that read the blacklist can use any process.
At present, you need to insert an SD Card to use it, but that condition will be eliminated in the future.
Initialize
|
Initializes the UBL library. You must call this once before using the library. | |
|---|---|---|
Finalize
|
Finalizes the UBL library. | |
Clear
|
Clears the local blacklist and then writes to an SD Card. | |
IsExist
|
Determines whether the specified ID exists in the blacklist. | |
GetTotalLocalUser
|
Returns the total number of users registered in the local blacklist. | |
GetTotalGlobalUser
|
Returns the total number of users registered in the global authors blacklist. | |
GetTotalGlobalData
|
Returns the total amount of data registered in the global data blacklist. | |
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, date, and time in the local blacklist, and then writes it out to an SD Card. |
CONFIDENTIAL