pub unsafe extern "C" fn otCommissionerGetNextJoinerInfo(
    aInstance: *mut otInstance,
    aIterator: *mut u16,
    aJoiner: *mut otJoinerInfo
) -> otError
Expand description

Get joiner info at aIterator position.

@param[in] aInstance A pointer to instance. @param[in,out] aIterator A pointer to the Joiner Info iterator context. @param[out] aJoiner A reference to Joiner info.

@retval OT_ERROR_NONE Successfully get the Joiner info. @retval OT_ERROR_NOT_FOUND Not found next Joiner.