Hi,

I code with mib2c.table_data.conf and I have a general question.

 

I am in the cache_load function filling a table with data from a file.

All is correct, but I have a scalar in my MIB that indicate me which file I
must load. I don't know, in my C-code how O access to this OID that tell me
which file I must load. Is there something like?

  static oid             activeVolumeOccupancyDetectors_oid[] =

        { 1, 3, 6, 1, 4, 1, 1206, 4, 2, 1, 2, 5, 3 };

int value_of_the_mib = get_value(activeVolumeOccupancyDetectors_oid);

 

 

 

Thank you

 

 

------------------------------------------------------------------------------
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to