int remove_item(unsigned int id, AlarmTimer * item)

a function to remove a certain action item, then traverses the list from the start, updates length etc.

Documentation

a function to remove a certain action item, then traverses the list from the start, updates length etc.
Parameters:
tlist - pointer to the timer_list instance
tid - id of the timer to be removed
item - pointer to where deleted data is to be copied !
Returns:
0 on success, -1 if a pointer was NULL or other error, -1 if not found

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.