1<?xml version="1.0" encoding="utf-8"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta http-equiv="Content-Style-Type" content="text/css" /> 7 <link rel="stylesheet" href="../../css/manpage.css" type="text/css" /> 8</head> 9<body> 10<h1>ugc - ubl_simple Demo</h1> 11<h2>Description</h2> 12<div class="section"> 13 <p>This simple demo registers the local blacklist and then checks it.</p> 14 <p>The demo registers several user IDs in the local blacklist.<BR> Then a check is made whether user IDs are registered in the local blacklist.</p> 15</div> 16<h2>Required Environment</h2> 17<div class="section"> 18 <p>None.</p> 19</div> 20<h2>How to Use</h2> 21<div class="section"> 22 <p>None.</p> 23</div> 24<h2>Notes</h2> 25<div class="section"> 26 <ul> 27<li>Before running this demo, you must use the DevMenu to initialize shared expanded save data.</li> 28 </ul> 29 <ul> 30 <li>Although only debug output is made for execution results, <CODE>NN_LOG</CODE> is also configured for output in the OMakefile in the case of release builds.</li> 31 </ul> 32 <ul> 33 <li>The number of users registered in the local blacklist is two by default.</li> 34 </ul> 35</div> 36<h2>Execution Procedure</h2> 37<div class="section"> 38 <p>When this demo is run, it displays the following log.</p> 39 <code>total black list user=2.<br /> id=123456789ABCDEF0 found.<br /> id=A1E03F594B8C7D62 found.<br /> id=CF72E905B3D614A8 not found.<br /> *** End of demo ***</code> 40 <p>There is no shutdown process. Stop execution in a timely manner.</p> 41</div> 42<h2>Revision History</h2> 43<div class="section"> 44 <dl class="history"> 45 <dt>2011/02/02</dt> 46 <dd>Initial version.</dd> 47 </dl> 48</div> 49<hr><p>CONFIDENTIAL</p></body> 50</html> 51