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
11<h1><CODE>cfg</CODE> - <CODE>coppacs</CODE> Demo</h1>
12
13<h2>Description</h2>
14
15<div class="section">
16    <p>This sample uses COPPACS.</p>
17</div>
18
19<h2>Required Environment</h2>
20
21<div class="section">
22    <p>None.</p>
23</div>
24
25<h2>How to Use</h2>
26
27<div class="section">
28    <p>Press the START Button to jump to the System Settings if you need COPPACS authentication.</p>
29    <p>There are no other required operations.</p>
30</div>
31
32<h2>Notes</h2>
33
34<div class="section">
35    <ul>
36    <p>None.</p>
37    </ul>
38</div>
39
40<h2>Execution Procedure</h2>
41
42<div class="section">
43    <p>The demo displays the following screens when run.</p>
44
45    <h4>Upper screen</h4>
46    <p><img src="Fig/upper.png"></p>
47
48    <h4>Lower screen</h4>
49    <p><img src="Fig/lower.png"></p>
50
51<ul>
52 <li><CODE>IsCoppacsSupported</CODE>: Indicates whether the system supports COPPACS. This is the return value from the <CODE>nn::cfg::IsCoppacsSupported</CODE> function.</li>
53 <li><CODE>GetCopacsRestriction</CODE>: Indicates the current COPPACS configuration. This is the return value from the <CODE>nn::cfg::GetCoppacsRestriction</CODE> function.</li>
54 <li><CODE>IsFromMset</CODE>: This indicates whether the demo was started from System Settings, and if so, from which scene. This is the return value from the <CODE>nn::applet::IsFromMset</CODE> function.</li>
55</ul>
56
57</div>
58
59<h2>Revision History</h2>
60
61<div class="section">
62    <dl class="history">
63        <dt>2011/12/12</dt>
64        <dd>Initial version.</dd>
65    </dl>
66</div>
67
68
69<hr><p>CONFIDENTIAL</p></body>
70</html>