snmpSendTrap (Function) |
Top Previous Next |
Send a trap with a list of accompanying SNMP variables to a SNMP manager indicating an event on the sending RTCU device.
Input: Trap : SYSHANDLE The handle to the trap created with snmpCreateTrap.
Connection : SYSHANDLE The handle to the connection set with snmpConnect.
Output: None.
Returns: INT
Declaration FUNCTION snmpSendTrap : INT;
Example: // Please see the example at Examples - SNMP Client. |