Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The following table shows the name-generation conventions that are used by SnmpTfx macros.
Prefix | Use |
---|---|
gf_ base name |
Defines SNMP Accessor functions that are used for GetRequest, GetNextRequest, and GetBulkoperations. |
sf_ base name |
Defines SNMP Set functions. |
gb_ base name |
Defines SNMP Framework get-buffer variables. |
sb_ base name |
Defines SNMP Framework set-buffer variables. |
ids_ base name |
Defines OIDs. Used for instances of arrays of UINTs. Used in the MIB_VIEWand MIB_GROUPmacros, and others. |
mib_ base name |
Defines MIB entries. Used for the SnmpMibEntrystructure. |
tbl_ base name |
Defines Table entries. Used for the SnmpMibTablestructure. |
mi_ base name |
Defines MIB table-index elements. These items are compilation constants, which are defined in #definestatements. They outline the table-position index for MIB elements in a MIB table. MIB elements that are not part of a table do not require the definition of an mi_constant. If there are multiple tables in a MIB, you should define an mi_constant. |
ne_ base name |
Defines number of entries for tables. These items are compilation constants, which are defined in #definestatements. |
ni_ base name |
Defines number-of-indexes elements. These items are compilation constants, which are defined in #definestatements. |