RCP API  6.61.0

◆ c_list_find_num()

c_list_error_t c_list_find_num ( c_list_t c_list,
c_list_num_t  num,
c_list_entry_t c_list_entry,
c_list_find_t  find 
)

Find entry by number.

Finds the entry in the list that matches the specified number num (using the criteria set by find). The entry, if found, is set as the current entry.

Parameters
[in]c_listlist object
[in]numnumber to find
[out]c_list_entrypointer to entry object to copy data to
[in]findsearch criteria
Returns
C_LIST_SUCCESS if a match is found.