ldn: Updated docs.

This commit is contained in:
yellows8 2025-06-24 12:54:32 -04:00
parent 2680749e8c
commit 1ff513dc17
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -340,6 +340,7 @@ Result ldnSetWirelessControllerRestriction(LdnWirelessControllerRestriction rest
/**
* @brief SetProtocol
* @note This is only usable with [20.0.0+] (with [18.0.0-19-0.1] this is available but not usable).
* @note \ref LdnState must be ::LdnState_Initialized. If a non-default Protocol is wanted, use this after \ref ldnInitialize.
* @param[in] protocol \ref LdnProtocol
*/
Result ldnSetProtocol(LdnProtocol protocol);