[][src]Function openthread_sys::otThreadSetJoinerUdpPort

pub unsafe extern "C" fn otThreadSetJoinerUdpPort(
    aInstance: *mut otInstance,
    aJoinerUdpPort: u16
) -> otError

Set the Joiner UDP Port.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aJoinerUdpPort The Joiner UDP Port number.

@retval OT_ERROR_NONE Successfully set the Joiner UDP Port.

@sa otThreadGetJoinerUdpPort