|

SNMPc Programming Interface The SNMPc architecture uses a simple DLL based API that
provides complete distributed management capabilities
to any application. This API has a small number of common
functions that operate on instances of object classes.
Each object has a set of attributes that you can read
and modify.
Object classes map onto functional groups, including
Session, Map, Log, SNMP, MIB, Event Filter, Custom Menus,
and others. Classes also exist for creating high level
objects such as map views, log views, MIB tables, and
MIB graphs.
You can easily create programs that run as Polling Agent,
Server, or Console components.
WinSNMP Programming Interface SNMPc supports the WinSNMP de-facto standard API for
SNMP based programming under Windows. SNMPc includes
a runtime DLL and trap receiving program, as well as
the include files, libraries and documentation required
to develop WinSNMP applications.
DDE Programming Interface SNMPc also supports a DDE based API. You can use this
API from Visual Basic programs and from many standard
Windows programs such as Microsoft Excel. Commands can
query the Map and Mib databases, perform low-level MIB
operations, download MIB tables, and execute SNMPc commands.
HubView and BitView were both developed using the DDE
API.
|