Function otBorderAgentGetNextSessionInfo

Source
pub unsafe extern "C" fn otBorderAgentGetNextSessionInfo(
    aIterator: *mut otBorderAgentSessionIterator,
    aSessionInfo: *mut otBorderAgentSessionInfo,
) -> otError
Expand description

Retrieves the next Border Agent session information.

@param[in] aIterator The iterator to use. @param[out] aSessionInfo A pointer to an otBorderAgentSessionInfo to populate.

@retval OT_ERROR_NONE Successfully retrieved the next session info. @retval OT_ERROR_NOT_FOUND No more sessions are available. The end of the list has been reached.