snmpDestroyTrap (Function) |
Top Previous Next |
Free all resources involved with a trap. That is trap variables that have been added, and the SYSHANDLE is reset so that it can be used again.
Input: None.
Output: Trap : SYSHANDLE The handle to the trap, created with snmpCreateTrap, to free.
Returns: INT
Declaration FUNCTION snmpDestroyTrap : INT;
Example: // Please see the example at Examples - SNMP Client. |