snmpAddTrapVariable (Function) |
Top Previous Next |
Add a SNMP variable to the variable list of a trap. When sending the trap, the list of trap variables is sent with the trap.
Input: Trap : SYSHANDLE The handle to the trap created with snmpCreateTrap.
Data : snmpVariable Trap variable to add. See snmpVariable.
Returns: INT
Declaration FUNCTION snmpAddTrapVariable : INT;
Example: // Please see the example at Examples - SNMP Client. |