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::TaskActionConfig</title> 51 </head> 52 <body> 53<h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/boss/Overview.html">boss</a>::TaskActionConfig</CODE> Structure</h1> 54<h2>Syntax</h2> 55 <div class="section"> 56 <pre class="definition">struct TaskActionConfig 57{ 58 <a href="../../../nn/boss/Action.html">Action</a> action; 59 <a href="../../../nn_types/u8.html">u8</a> privateRootCA; 60 <a href="../../../nn_types/u8.html">u8</a> privateClientCert; 61 <a href="../../../nn/boss/ApInfoType.html">ApInfoType</a> infoAP; 62 <a href="../../../nn/boss/FileDescriptor.html">FileDescriptor</a> fDesc; 63 <a href="../../../nn/boss/CfgInfoType.html">CfgInfoType</a> infoCfg; 64 <a href="../../../nn_types/u32.html">u32</a> execSerialId; 65 <a href="../../../nn_types/u32.html">u32</a> offset; 66 <a href="../../../nn/os/Event/Overview.html">nn::os::Event</a> * event; 67 nn::Handle fileHandle; 68 char url[MAX_URL_LENGTH]; 69 struct nn::boss::TaskActionConfig::HhttpRequestHeader httpRequestHeader[MAX_HTTP_HEADER]; 70 <a href="../../../nn_types/u32.html">u32</a> rootCA[MAX_ROOT_CA]; 71 <a href="../../../nn_types/u32.html">u32</a> clientCert[MAX_CLIENT_CERT]; 72 <a href="../../../nn_types/u32.html">u32</a> rootCANum; 73 <a href="../../../nn_types/u32.html">u32</a> clientCertNum; 74 char lastModified[MAX_LASTMODIFIED_LENGTH]; 75}; 76</pre> 77 </div> 78<h2>Description</h2> 79 <div class="section"> 80<p>Definition of an internal structure that maintains attribute information for the <CODE>TaskAction</CODE> class.</p> 81 </div> 82 <a name="variable" id="variable"> 83<h2>Member Variables</h2> 84 <div class="section"> 85 <table class="members"> 86 <tr> 87 <td width="100"> </td> 88 <th> 89<span class="argument">action</span> 90 </th> 91<td width="100"><a href="../../../nn/boss/Action.html"><CODE>Action</CODE></a></td> 92<td>Code for the task type.</td> 93 </tr> 94 <tr> 95 <td width="100"> </td> 96 <th> 97<span class="argument">privateRootCA</span> 98 </th> 99<td width="100"><a href="../../../nn_types/u8.html">u8</a></td> 100<td>Flag for enabling a private root certificate.</td> 101 </tr> 102 <tr> 103 <td width="100"> </td> 104 <th> 105<span class="argument">privateClientCert</span> 106 </th> 107<td width="100"><a href="../../../nn_types/u8.html">u8</a></td> 108<td>Flag for enabling a private client certificate.</td> 109 </tr> 110 <tr> 111 <td width="100"> </td> 112 <th> 113<span class="argument">infoAP</span> 114 </th> 115<td width="100"><a href="../../../nn/boss/ApInfoType.html"><CODE>ApInfoType</CODE></a></td> 116<td>Type for access point information for attaching AP information to an HTTP query.</td> 117 </tr> 118 <tr> 119 <td width="100"> </td> 120 <th> 121<span class="argument"><CODE>fDesc</CODE></span> 122 </th> 123<td width="100"><a href="../../../nn/boss/FileDescriptor.html"><CODE>FileDescriptor</CODE></a></td> 124<td>File descriptor type.</td> 125 </tr> 126 <tr> 127 <td width="100"> </td> 128 <th> 129<span class="argument"><CODE>infoCfg</CODE></span> 130 </th> 131<td width="100"><a href="../../../nn/boss/CfgInfoType.html"><CODE>CfgInfoType</CODE></a></td> 132<td>Type for access point information for attaching system settings to an HTTP query.</td> 133 </tr> 134 <tr> 135 <td width="100"> </td> 136 <th> 137<span class="argument"><CODE>execSerialId</CODE></span> 138 </th> 139<td width="100"><a href="../../../nn_types/u32.html">u32</a></td> 140<td>Event for startup tasks. (This is provided for future extensibility and cannot be used.)</td> 141 </tr> 142 <tr> 143 <td width="100"> </td> 144 <th> 145<span class="argument">offset</span> 146 </th> 147<td width="100"><a href="../../../nn_types/u32.html">u32</a></td> 148<td>The offset from the starting position of the data specified by the URL.</td> 149 </tr> 150 <tr> 151 <td width="100"> </td> 152 <th> 153<span class="argument">event</span> 154 </th> 155<td width="100"><a href="../../../nn/os/Event/Overview.html">nn::os::Event</a> *</td> 156<td>Event for startup tasks. (This is provided for future extensibility and cannot be used.)</td> 157 </tr> 158 <tr> 159 <td width="100"> </td> 160 <th> 161<span class="argument">fileHandle</span> 162 </th> 163<td width="100"><CODE>nn::Handle</CODE></td> 164<td>The file handle targeted by the task.</td> 165 </tr> 166 <tr> 167 <td width="100"> </td> 168 <th> 169<span class="argument">url</span> 170 </th> 171<td width="100"><CODE>char</CODE></td> 172<td>Target URL.</td> 173 </tr> 174 <tr> 175 <td width="100"> </td> 176 <th> 177<span class="argument">httpRequestHeader</span> 178 </th> 179<td width="100">struct nn::boss::TaskActionConfig::HhttpRequestHeader</td> 180<td>Structure for URL option request headers.</td> 181 </tr> 182 <tr> 183 <td width="100"> </td> 184 <th> 185<span class="argument">rootCA</span> 186 </th> 187<td width="100"><a href="../../../nn_types/u32.html">u32</a></td> 188<td>The internal root certificate for HTTPS communication.</td> 189 </tr> 190 <tr> 191 <td width="100"> </td> 192 <th> 193<span class="argument">clientCert</span> 194 </th> 195<td width="100"><a href="../../../nn_types/u32.html">u32</a></td> 196<td>The built-in client certificate for HTTPS communication.</td> 197 </tr> 198 <tr> 199 <td width="100"> </td> 200 <th> 201<span class="argument">rootCANum</span> 202 </th> 203<td width="100"><a href="../../../nn_types/u32.html">u32</a></td> 204<td>The number of built-in root certificates to specify.</td> 205 </tr> 206 <tr> 207 <td width="100"> </td> 208 <th> 209<span class="argument">clientCertNum</span> 210 </th> 211<td width="100"><a href="../../../nn_types/u32.html">u32</a></td> 212<td>Number of configured built-in client certificates.</td> 213 </tr> 214 <tr> 215 <td width="100"> </td> 216 <th> 217<span class="argument">lastModified</span> 218 </th> 219<td width="100"><CODE>char</CODE></td> 220<td>The "Last-Modified" date and time to set in the HTTP request header.</td> 221 </tr> </table> 222 </div> 223 </a> 224 <hr><p>CONFIDENTIAL</p></body> 225</html>