nn::uds::CTR::CreateNetwork Function

Syntax

nn::Result CreateNetwork(
     u8 subId,
     u8 maxEntry,
     bit32 localId,
     const char passphrase[],
     size_t passphraseLength
);

nn::Result CreateNetwork(
     u8 subId,
     u8 maxEntry,
     bit32 localId,
     const char passphrase[],
     size_t passphraseLength,
     u8 channel
);

List of Overloaded Member Functions

CreateNetwork(u8, u8, bit32, const char, size_t) Creates a new network.
CreateNetwork(u8, u8, bit32, const char, size_t, u8) 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 channel argument is ignored on production hardware.

Description of CreateNetwork(u8, u8, bit32, const char, size_t)

Description of CreateNetwork(u8, u8, bit32, const char, size_t, u8)


CONFIDENTIAL