SNMP Manager Programmer's Guide
Introduction to Manager Services
SNMP Manager Programmer’s Guide–134249
1-15
Defining Manager Logic
Figure 1-11 highlights, in bold type, where in your manager logic you use Manager 
Services components.
Figure 1-11. Components of Manager Logic
...  
#include  library-header-files  
... 
packet-structure-declarations  
... 
user-interface-management-logic  
... 
MIB-object-handling-logic  
... 
packet-initialization-function-call  
... 
bind-variable-bindings-function-call(s)  
... 
encoded-packet-buffer-setup-function-call(s)  
... 
packet-encoding-function-call  
... 
packet-transmission/receipt-logic 
... 
packet-decoding-function-call  
... 
packet-structure-deallocation-function-calls  
... 
packet-interpretation-logic 
... 
MIB-object-handling-logic  
... 
user-interface-management-logic 
...  
111










