tfSnmpdStop
Table of Contents >> SNMP Programmer's Reference
| #include <trapi.h> |
| int tfSnmpdStop | (void); |
Function Description
This function is called to close the SNMP sockets and kill the SNMP Agent. tfSnmpdStop() does the reverse of tfSnmpdMain(), i.e. any memory that was allocated for the SNMP Agent during the initialization is now freed.
Returns
- TM_ENOERROR
- Success.