otPlatUdpBindToNetif() function
Binds the UDP socket to a platform network interface. Note: only available when `OPENTHREAD_CONFIG_PLATFORM_UDP_ENABLE` is used.
Arguments
aUdpSocket
A pointer to the UDP socket.
aNetifIdentifier
The network interface identifier.
Return value
OT_ERROR_NONE Successfully bound UDP socket. OT_ERROR_FAILED Failed to bind UDP.