otPlatUdpSend() function
Sends UDP payload by platform.
Arguments
aUdpSocket
A pointer to the UDP socket.
aMessage
A pointer to the message to send.
aMessageInfo
A pointer to the message info associated with @p aMessage.
Return value
OT_ERROR_NONE Successfully sent by platform, and @p aMessage is freed. OT_ERROR_FAILED Failed to bind UDP socket.