Set values in the table

2011-03-24 Thread ring
Hi:    Maybe I don't express my problem clealy.   Here is my example:   when there is only one column(id) ,I use    "js50PMTable_createEntry(12)"   to set value to the para.   when there are two para (id,name)in the table.I use   "js50PMTable_createEntry(12,"test",4,)" .   But i

Help about how to assign to the objects in the table

2011-03-24 Thread ring
Hi:I write a simple test MIB,and create a dynamic library using the mib2c.iterate.conf .There are two objects (id,name)in the table.In my test program,I use "js50PMTable_createEntry(12,"test",4,)" to assign to the objects.    In my real project,I need many objects in the table.But I don

Help about how to assign to the objects in the table

2011-03-23 Thread ring
Hi:I write a simple test MIB,and create a dynamic library using the mib2c.iterate.conf .There are two objects (id,name)in the table.In my test program,I use "js50PMTable_createEntry(12,"test",4,)" to assign to the objects.    In my real project,I need many objects in the table.But I d