pub unsafe extern "C" fn otThreadSetJoinerUdpPort(
aInstance: *mut otInstance,
aJoinerUdpPort: u16,
) -> otError
Expand description
Sets 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