]
Behalf Of Dave Shield
Sent: Monday, September 24, 2007 3:26 AM
To: Anuradha A- TLS, Chennai.
Cc: [email protected]; Wes Hardaker
Subject: Re: Request help in Table implementation
On 20/09/2007, Anuradha A- TLS, Chennai. <[EMAIL PROTECTED]> wrote:
> I generated the
On 20/09/2007, Anuradha A- TLS, Chennai. <[EMAIL PROTECTED]> wrote:
> I generated the .c and .h files using "mib2c.create-dataset.conf" for a
> table with a integer as index. (only one index for the table)
>
> The GETNEXT on the table works correctly , but the GET fails for some
> reason. (always
Title: Request help in Table implementation
Hi
I generated the .c and .h files usingĀ "mib2c.create-dataset.conf" for a table with a integer as index. (only one index for the table)
I did follow the steps as in the example "data_set.c".
The GETNEXT on the table works