1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21
22      span.virtual_style
23      {
24        font-size			 : 8pt;
25        color				 : white;
26        font-weight			: bold;
27        background			: #0a0;
28        border-left			: solid 1px #0f0;
29        border-top			: solid 1px #0f0;
30        border-right		: solid 1px #060;
31        border-bottom		: solid 1px #060;
32        padding-left		: 2px;
33        padding-right		: 2px;
34      }
35
36      span.protected_style
37      {
38        font-size			 : 8pt;
39        color				 : white;
40        font-weight			: bold;
41        background			: #444;
42        border-left			: solid 1px #ccc;
43        border-top			: solid 1px #ccc;
44        border-right		: solid 1px #222;
45        border-bottom		: solid 1px #222;
46        padding-left		: 2px;
47        padding-right		: 2px;
48      }
49        --></style>
50<title>nn::boss::NsData</title>
51  </head>
52  <body>
53<h1><CODE>nn::boss::NsData</CODE> Class</h1>
54<h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">class NsData</pre>
57    </div>
58<h2>Description</h2>
59    <div class="section">
60<p>Class for representing NS data. Use for NS data operations (such as reading).</p><!-- write here --></div>
61    <a name="constant" id="constant">
62<h2>Member Constants</h2>
63      <div class="section">
64        <table class="members">
65          <tr>
66            <td width="100">
67<span class="static_style" title="static">S</span>
68            </td>
69            <th>
70<span class="argument"><a href="../../../nn/boss/NsData/NN_BOSS_NSDATA_READ_ERROR_GET_HEADER.html"><CODE>NN_BOSS_NSDATA_READ_ERROR_GET_HEADER</CODE></a></span>
71            </th>
72<td>NS data <CODE>ReadNsData</CODE> error definition. Failed to get the NS data header.</td>
73          </tr>
74          <tr>
75            <td width="100">
76<span class="static_style" title="static">S</span>
77            </td>
78            <th>
79<span class="argument"><a href="../../../nn/boss/NsData/NN_BOSS_NSDATA_READ_ERROR_READ_DATA.html"><CODE>NN_BOSS_NSDATA_READ_ERROR_READ_DATA</CODE></a></span>
80            </th>
81<td>NS data <CODE>ReadNsData</CODE> error definition. Failed to load NS data.</td>
82          </tr>
83          <tr>
84            <td width="100">
85<span class="static_style" title="static">S</span>
86            </td>
87            <th>
88<span class="argument"><a href="../../../nn/boss/NsData/NN_BOSS_NSDATA_READ_ERROR_IPC.html"><CODE>NN_BOSS_NSDATA_READ_ERROR_IPC</CODE></a></span>
89            </th>
90<td>NS data <CODE>ReadNsData</CODE> error definition. An IPC error occurred.</td>
91          </tr>
92          <tr>
93            <td width="100">
94<span class="static_style" title="static">S</span>
95            </td>
96            <th>
97<span class="argument"><a href="../../../nn/boss/NsData/NN_BOSS_NSDATA_READ_ERROR_UPDATED.html"><CODE>NN_BOSS_NSDATA_READ_ERROR_UPDATED</CODE></a></span>
98            </th>
99<td>NS data <CODE>ReadNsData</CODE> error definition. The target NSD version was updated since the last time data was obtained.</td>
100          </tr> </table>
101      </div>
102    </a> <a name="function" id="function">
103<h2>Member Functions</h2>
104      <div class="section">
105        <table class="members">
106          <tr>
107            <td width="100">  </td>
108            <th>
109<a href="../../../nn/boss/NsData/NsData.html"><CODE>NsData</CODE></a>
110            </th>
111<td>Constructor.</td>
112          </tr>
113          <tr>
114<td width="100"> <span class="virtual_style" title="virtual">V</span>
115            </td>
116            <th>
117<a href="../../../nn/boss/NsData/~NsData.html"><CODE>~NsData</CODE></a>
118            </th>
119<td>Destructor.</td>
120          </tr>
121          <tr>
122            <td width="100">  </td>
123            <th>
124<a href="../../../nn/boss/NsData/Initialize.html"><CODE>Initialize</CODE></a>
125            </th>
126<td>Initializes NS data for the specified serial ID. (Running this function allows you to reuse instances that have been used before.)</td>
127          </tr>
128          <tr>
129            <td width="100">  </td>
130            <th>
131<a href="../../../nn/boss/NsData/Delete.html"><CODE>Delete</CODE></a>
132            </th>
133<td>Deletes an NS data file.</td>
134          </tr>
135          <tr>
136            <td width="100">  </td>
137            <th>
138<a href="../../../nn/boss/NsData/GetHeaderInfo.html"><CODE>GetHeaderInfo</CODE></a>
139            </th>
140<td>Reads NS archive header information.</td>
141          </tr>
142          <tr>
143            <td width="100">  </td>
144            <th>
145<a href="../../../nn/boss/NsData/ReadData.html"><CODE>ReadData</CODE></a>
146            </th>
147<td>Reads the NSD data block.</td>
148          </tr>
149          <tr>
150            <td width="100">  </td>
151            <th>
152<a href="../../../nn/boss/NsData/SetReadDataPosition.html"><CODE>SetReadDataPosition</CODE></a>
153            </th>
154<td>Changes the read position in an NS data file.</td>
155          </tr>
156          <tr>
157            <td width="100">  </td>
158            <th>
159<a href="../../../nn/boss/NsData/SetAdditionalInfo.html"><CODE>SetAdditionalInfo</CODE></a>
160            </th>
161<td>Sets additional information about the NS data.</td>
162          </tr>
163          <tr>
164            <td width="100">  </td>
165            <th>
166<a href="../../../nn/boss/NsData/GetAdditionalInfo.html"><CODE>GetAdditionalInfo</CODE></a>
167            </th>
168<td>Gets additional information about the NS data.</td>
169          </tr>
170          <tr>
171            <td width="100">  </td>
172            <th>
173<a href="../../../nn/boss/NsData/SetReadFlag.html"><CODE>SetReadFlag</CODE></a>
174            </th>
175<td>Sets the read flag of the NS data.</td>
176          </tr>
177          <tr>
178            <td width="100">  </td>
179            <th>
180<a href="../../../nn/boss/NsData/GetReadFlag.html"><CODE>GetReadFlag</CODE></a>
181            </th>
182<td>Gets the read flag of the NS data.</td>
183          </tr>
184          <tr>
185            <td width="100">  </td>
186            <th>
187<a href="../../../nn/boss/NsData/GetLastUpdated.html"><CODE>GetLastUpdated</CODE></a>
188            </th>
189<td>Gets the NS data file update timestamp.</td>
190          </tr> </table>
191      </div>
192    </a>
193<h2>Revision History</h2>
194    <div class="section">
195      <dl class="history">
196        <dt>2010/09/16</dt>
197<dd>Initial version.<br />
198        </dd>
199      </dl>
200    </div>
201  <hr><p>CONFIDENTIAL</p></body>
202</html>