Destroys a SNMP table row from a table that support the RowStatus mechanism for row creation/deletion.
@param target the Target SNMP entity for the operation.
@param rowStatusColumnOID the column OID of the RowStatus column (without any instance identifier).
@param rowIndex the OID denoting the index of the table row to destroy.
@return ResponseEventthe ResponseEvent instance returned by the SNMP session on response of the internally sent SET request. If null, an IO exception has occurred. Otherwise, if the response PDU is null a timeout has occured, Otherwise, check the error status for {@link SnmpConstants#SNMP_ERROR_SUCCESS} to verify that therow creation was successful.
@since 1.7.6
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.