Home
last modified time | relevance | path

Searched refs:childNum (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/dlp/SimpleServer/
DParent.h19 void DoParent(u16 childNum, const char passphrase[]);
DParent.cpp53 void DoParent(u16 childNum, const char passphrase[]) in DoParent() argument
113 …if ((result = nn::uds::CreateNetwork(SUB_ID, childNum + 1, nn::uds::CreateLocalCommunicationId(UNI… in DoParent()
197 s_RenderSystem.DrawText(0, 0, "Node num : %2d/%2d", s_NodeNum, childNum + 1); in DoParent()
234 if (s_NodeNum >= (childNum + 1)) in DoParent()