Package org.snmp4j.model.snmp.spi
Class SnmpCell
java.lang.Object
org.snmp4j.model.snmp.spi.SnmpCell
The
SnmpCell
class represents the coordinates of a cell in a proxy table, see
SnmpTableRO
.- Author:
- Frank Fock
-
Constructor Summary
ConstructorsConstructorDescriptionSnmpCell
(int row, int column, org.snmp4j.smi.OID oid, org.snmp4j.smi.OID rowIndex) -
Method Summary
-
Constructor Details
-
SnmpCell
public SnmpCell(int row, int column, org.snmp4j.smi.OID oid, org.snmp4j.smi.OID rowIndex)
-
-
Method Details