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>nn::uds::CTR::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 22<a href="../../../nn/Result/Overview.html">nn::Result</a> CreateNetwork( 23 u8 subId, 24 u8 maxEntry, 25 bit32 localId, 26 const char passphrase[], 27 size_t passphraseLength, 28 u8 channel 29); 30</pre> 31 </div> 32<h2>List of Overloaded Member Functions</h2> 33 <div class="section"> 34 <table class="members"> 35 <tr> 36 <td> 37<a href="./CreateNetwork(0).html"><CODE>CreateNetwork(u8, u8, bit32, const char, size_t)</CODE> </a> 38 </td> 39<td>Creates a new network.</td> 40 </tr> 41 <tr> 42 <td> 43<a href="./CreateNetwork(1).html"><CODE>CreateNetwork(u8, u8, bit32, const char, size_t, u8)</CODE> </a> 44 </td> 45<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> 46 </tr> </table> 47 </div> 48<h2>Description of <CODE>CreateNetwork(u8, u8, bit32, const char, size_t)</CODE></h2> 49 <div class="section"><!-- write here --></div> 50<h2>Description of <CODE>CreateNetwork(u8, u8, bit32, const char, size_t, u8)</CODE></h2> 51 <div class="section"><!-- write here --></div> 52 <hr><p>CONFIDENTIAL</p></body> 53</html>