int get_item(unsigned int id, AlarmTimer * item)

a function to get the pointer to a certain action item, traverses the list copies the item into the provided pointer (reserve enough space !!)

Documentation

a function to get the pointer to a certain action item, traverses the list copies the item into the provided pointer (reserve enough space !!)
Parameters:
tlist - pointer to the timer_list instance
timer_id - id of the timer to be found
item - pointer to where found data is to be copied !
Returns:
0 on success, -1 if a pointer was NULL or other error

Alphabetic index HTML hierarchy of classes or Java



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