On Thu, 2005-11-24 at 19:43 +0100, Barbara Kuriata wrote:
> But what happens if some error occurs either in get_first_data_point
> or get_next_data_point routine? Shouldn't the get-next process be
> interrupted and the General Error be returned in Response?
>
> That what I thought after reading
Hi, I have a question about implementation of the get-next request. I've generated code for my MIB using the mib2c tool. In the init function I've registered the iterator access routines like below: iinfo->get_first_data_point = myTable_get_first_data_point;iinfo->get_next_data_point =