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<title>CreateNetwork</title> 8 </head> 9 <body> 10<h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/uds/Overview.html">uds</a>::<a href="../../../nn/uds/CTR/Overview.html">CTR</a>::CreateNetwork</CODE> Function</h1> 11<h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14<a href="../../../nn/Result/Overview.html">nn::Result</a> CreateNetwork( 15 u8 subId, 16 u8 maxEntry, 17 bit32 localId, 18 const char passphrase[], 19 size_t passphraseLength 20); 21<a href="../../../nn/Result/Overview.html">nn::Result</a> CreateNetwork( 22 u8 subId, 23 u8 maxEntry, 24 bit32 localId, 25 const char passphrase[], 26 size_t passphraseLength, 27 u8 channel 28); 29</pre> 30 </div> 31<h2>List of Overloaded Member Functions</h2> 32 <div class="section"> 33 <table class="members"> 34 <tr> 35 <td> 36<a href="./CreateNetwork(0).html"><CODE>CreateNetwork(u8, u8, bit32, const char, size_t)</CODE> </a> 37 </td> 38<td>Creates a new network.</td> 39 </tr> 40 <tr> 41 <td> 42<a href="./CreateNetwork(1).html"><CODE>CreateNetwork(u8, u8, bit32, const char, size_t, u8)</CODE> </a> 43 </td> 44<td>Creates a new network. This function is provided for debugging purposes and can be used to specify the channel to use for wireless communication during development. Note that the <SPAN class="argument">channel</SPAN> argument is ignored on production hardware.</td> 45 </tr> </table> 46 </div> 47<h2>Description of <CODE>CreateNetwork(u8, u8, bit32, const char, size_t)</CODE></h2> 48<div class="section"><p>Approximately 800 ms is needed to complete this because auto-selection of channels and other operations must be performed. </p><!-- write here --></div> 49<h2>Description of <CODE>CreateNetwork(u8, u8, bit32, const char, size_t, u8)</CODE></h2> 50<div class="section"><p>Approximately 800 ms is needed to complete this because auto-selection of channels and other operations must be performed. </p><!-- write here --></div> 51 <hr><p>CONFIDENTIAL</p></body> 52</html> 53