Hi,
I am doing an application with SNMP, but i can’t do well. I have tabular objects like that:
[i]struct test_snmp
{
int index1;
char index2[8];
int age;
char site[20];
int coso;
int pipo;
}; [/i]
the problem is when i do a “GET” to my device, don´t show the initialized values, only show null.
I need help to create the “get” and “set” callback (tftest_snmp_entry_get) for the struct “test_snmp”.
I watch the namib example, this works well, but i dont know what do for my test.
Thanks in advance