[docs] added xrefs from UDP CLI to UDP Concepts Guide (#9558)

This commit is contained in:
jrhodie
2023-10-24 01:01:38 -07:00
committed by GitHub
parent b73b124d37
commit d26f4e59a2
+3
View File
@@ -78,6 +78,7 @@ UdpExample::UdpExample(otInstance *aInstance, OutputImplementer &aOutputImplemen
* Assigns an IPv6 address and a port to an open socket, which binds the socket for communication.
* Assigning the IPv6 address and port is referred to as naming the socket.
* @sa otUdpBind
* @sa @udp
*/
template <> otError UdpExample::Process<Cmd("bind")>(Arg aArgs[])
{
@@ -126,6 +127,7 @@ exit:
* `InvalidState` when the preferred NAT64 prefix is unavailable.
* @par api_copy
* #otUdpConnect
* @sa @udp
*/
template <> otError UdpExample::Process<Cmd("connect")>(Arg aArgs[])
{
@@ -247,6 +249,7 @@ exit:
* @csa{udp bind}
* @csa{udp connect}
* @sa otUdpSend
* @sa @udp
*/
template <> otError UdpExample::Process<Cmd("send")>(Arg aArgs[])
{