We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2680749 commit 1ff513dCopy full SHA for 1ff513d
nx/include/switch/services/ldn.h
@@ -340,6 +340,7 @@ Result ldnSetWirelessControllerRestriction(LdnWirelessControllerRestriction rest
340
/**
341
* @brief SetProtocol
342
* @note This is only usable with [20.0.0+] (with [18.0.0-19-0.1] this is available but not usable).
343
+ * @note \ref LdnState must be ::LdnState_Initialized. If a non-default Protocol is wanted, use this after \ref ldnInitialize.
344
* @param[in] protocol \ref LdnProtocol
345
*/
346
Result ldnSetProtocol(LdnProtocol protocol);
0 commit comments