SnmpTfx Framework Structures (Windows Embedded CE 6.0)

1/6/2010

To implement the SnmpTfx framework APIs properly, you need to set up data structures that tell the framework what calls to make and at what time. To define these structures, you can use a set of macros. The Snmpexts.h header file, which is located in the same directory as the Snmp.h header file, includes data definitions for all of the structures that are used. To implement the SnmpTfx framework, you need to set up the following structure and arrays:

  • SnmpMibView structure
  • SnmpMibEntry array
  • SnmpMibTable array

See Also

Concepts

SnmpTfx Framework
SnmpMibView Structure
SnmpTfx Macro Name Conventions
SnmpMibEntry Array
SnmpMibTable Array