Found 14 other functions taking a
otUdpSocket
argument:
Check if a UDP socket is open.
Connect a UDP/IPv6 socket.
Send a UDP/IPv6 message. If the return value is OT_ERROR_NONE, OpenThread takes ownership of @p aMessage, and the caller should no longer reference @p aMessage. If the return value is not OT_ERROR_NONE, the caller retains ownership of @p aMessage, including freeing @p aMessage if the message buffer is no longer needed.
Initializes the UDP socket by platform.
Closes the UDP socket by platform.
Binds the UDP socket by platform.
Binds the UDP socket to a platform network interface. Note: only available when `OPENTHREAD_CONFIG_PLATFORM_UDP_ENABLE` is used.
Connects UDP socket by platform.
Sends UDP payload by platform.
Configures the UDP socket to join a UDP multicast group. Note: only available when `OPENTHREAD_CONFIG_PLATFORM_UDP_ENABLE` is used.
Configures the UDP socket to leave a UDP multicast group. Note: only available when `OPENTHREAD_CONFIG_PLATFORM_UDP_ENABLE` is used.