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      span.virtual_style
22      {
23        font-size			 : 8pt;
24        color				 : white;
25        font-weight			: bold;
26        background			: #0a0;
27        border-left			: solid 1px #0f0;
28        border-top			: solid 1px #0f0;
29        border-right		: solid 1px #060;
30        border-bottom		: solid 1px #060;
31        padding-left		: 2px;
32        padding-right		: 2px;
33      }
34      span.protected_style
35      {
36        font-size			 : 8pt;
37        color				 : white;
38        font-weight			: bold;
39        background			: #444;
40        border-left			: solid 1px #ccc;
41        border-top			: solid 1px #ccc;
42        border-right		: solid 1px #222;
43        border-bottom		: solid 1px #222;
44        padding-left		: 2px;
45        padding-right		: 2px;
46      }
47        --></style>
48<title>nn::boss::TaskActionConfig</title>
49  </head>
50  <body>
51<h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/boss/Overview.html">boss</a>::TaskActionConfig</CODE> Structure</h1>
52<h2>Syntax</h2>
53    <div class="section">
54<pre class="definition">struct TaskActionConfig
55{
56   <a href="../../../nn/boss/Action.html">Action</a> action;
57   u8 privateRootCA;
58   u8 privateClientCert;
59   <a href="../../../nn/boss/ApInfoType.html">ApInfoType</a> infoAP;
60   <a href="../../../nn/boss/FileDescriptor.html">FileDescriptor</a> fDsec;
61   u32 execSerialID;
62   u32     offset;
63   <a href="../../../nn/os/Event/Overview.html">nn::os::Event</a> * event;
64   <a href="../../../nn/Handle/Overview.html">nn::Handle</a> fileHandle;
65   char url[MAX_URL_LENGTH];
66   struct nn::boss::TaskActionConfig::HhttpRequestHeader httpRequestHeader[MAX_HTTP_HEADER];
67   <a href="../../../nn/http/InternalCaCertId.html">nn::http::InternalCaCertId</a> rootCA[MAX_ROOT_CA];
68   <a href="../../../nn/http/InternalClientCertId.html">nn::http::InternalClientCertId</a> clientCert[MAX_CLIENT_CERT];
69   u32 rootCANum;
70   u32 clientCertNum;
71   char lastModified[MAX_LASTMODIFIED_LENGTH];
72};
73</pre>
74    </div>
75<h2>Description</h2>
76    <div class="section">
77<p>Definition of an internal structure that maintains attribute information for the <CODE>TaskAction</CODE> class.</p>
78    </div>
79    <a name="variable" id="variable">
80<h2>Member Variables</h2>
81      <div class="section">
82        <table class="members">
83          <tr>
84            <td width="100"> </td>
85            <th>
86<span class="argument">action</span>
87            </th>
88<td width="100"><a href="../../../nn/boss/Action.html"><CODE>Action</CODE></a></td>
89<td>Code for the task type.</td>
90          </tr>
91          <tr>
92            <td width="100"> </td>
93            <th>
94<span class="argument">privateRootCA</span>
95            </th>
96<td width="100">u8</td>
97<td>Flag for enabling a private root certificate.</td>
98          </tr>
99          <tr>
100            <td width="100"> </td>
101            <th>
102<span class="argument">privateClientCert</span>
103            </th>
104<td width="100">u8</td>
105<td>Flag for enabling a private client certificate.</td>
106          </tr>
107          <tr>
108            <td width="100"> </td>
109            <th>
110<span class="argument">infoAP</span>
111            </th>
112<td width="100"><a href="../../../nn/boss/ApInfoType.html"><CODE>ApInfoType</CODE></a></td>
113<td>Type for access point information for attaching AP information to an HTTP query.</td>
114          </tr>
115          <tr>
116            <td width="100"> </td>
117            <th>
118<span class="argument">fDsec</span>
119            </th>
120<td width="100"><a href="../../../nn/boss/FileDescriptor.html"><CODE>FileDescriptor</CODE></a></td>
121<td>File descriptor type.</td>
122          </tr>
123          <tr>
124            <td width="100"> </td>
125            <th>
126<span class="argument">execSerialID</span>
127            </th>
128<td width="100">u32</td>
129<td>Event for startup tasks. (This is provided for future extensibility and cannot be used.)</td>
130          </tr>
131          <tr>
132            <td width="100"> </td>
133            <th>
134<span class="argument">offset</span>
135            </th>
136<td width="100">u32</td>
137<td>The offset from the starting position of the data specified by the URL.</td>
138          </tr>
139          <tr>
140            <td width="100"> </td>
141            <th>
142<span class="argument">event</span>
143            </th>
144<td width="100"><a href="../../../nn/os/Event/Overview.html">nn::os::Event</a> *</td>
145<td>Event for startup tasks. (This is provided for future extensibility and cannot be used.)</td>
146          </tr>
147          <tr>
148            <td width="100"> </td>
149            <th>
150<span class="argument">fileHandle</span>
151            </th>
152<td width="100"><a href="../../../nn/Handle/Overview.html"><CODE>nn::Handle</CODE></a></td>
153<td>File handle to the file being downloaded.</td>
154          </tr>
155          <tr>
156            <td width="100"> </td>
157            <th>
158<span class="argument">url</span>
159            </th>
160<td width="100"><CODE>char</CODE></td>
161<td>Target URL.</td>
162          </tr>
163          <tr>
164            <td width="100"> </td>
165            <th>
166<span class="argument">httpRequestHeader</span>
167            </th>
168<td width="100">struct nn::boss::TaskActionConfig::HhttpRequestHeader</td>
169<td>Structure for URL option request headers.</td>
170          </tr>
171          <tr>
172            <td width="100"> </td>
173            <th>
174<span class="argument">rootCA</span>
175            </th>
176<td width="100"><a href="../../../nn/http/InternalCaCertId.html">nn::http::InternalCaCertId</a></td>
177<td>The internal root certificate for HTTPS communication.</td>
178          </tr>
179          <tr>
180            <td width="100"> </td>
181            <th>
182<span class="argument">clientCert</span>
183            </th>
184<td width="100"><a href="../../../nn/http/InternalClientCertId.html">nn::http::InternalClientCertId</a></td>
185<td>The internal client certificate for HTTPS communication.</td>
186          </tr>
187          <tr>
188            <td width="100"> </td>
189            <th>
190<span class="argument">rootCANum</span>
191            </th>
192<td width="100">u32</td>
193<td>The number of internal root certificates to specify.</td>
194          </tr>
195          <tr>
196            <td width="100"> </td>
197            <th>
198<span class="argument">clientCertNum</span>
199            </th>
200<td width="100">u32</td>
201<td>Number of configured internal client certificates.</td>
202          </tr>
203          <tr>
204            <td width="100"> </td>
205            <th>
206<span class="argument">lastModified</span>
207            </th>
208<td width="100"><CODE>char</CODE></td>
209<td>The &quot;Last-Modified&quot; date and time to set in the HTTP request header.</td>
210          </tr> </table>
211      </div>
212    </a>
213  <hr><p>CONFIDENTIAL</p></body>
214</html>
215