[][src]Function openthread_sys::otPlatUdpBind

pub unsafe extern "C" fn otPlatUdpBind(aUdpSocket: *mut otUdpSocket) -> otError

This function binds the UDP socket by platform.

@param[in] aUdpSocket A pointer to the UDP socket.

@retval OT_ERROR_NONE Successfully binded UDP socket by platform. @retval OT_ERROR_FAILED Failed to bind UDP socket.