snmpUnregisterTrap (Function) |
Top Previous Next |
This function will remove a trap registered with the snmpRegisterTrap function. After a trap is removed, no new trap events will be added to the event buffer.
Input: OID : STRING The OID of the trap.
Returns: INT
Declaration FUNCTION snmpUnregisterTrap : INT;
Example: INCLUDE rtcu.inc |