Interface SnmpScalarGroup

All Superinterfaces:
SnmpProxyObject, SnmpScalarGroupRO

public interface SnmpScalarGroup extends SnmpScalarGroupRO
The SnmpScalarGroup class represents a writable proxy object for group of SNMP scalar objects.
Author:
Frank Fock
  • Method Details

    • changeValue

      void changeValue(org.snmp4j.smi.OID oid, Object value)
      Change the model value for the scalar identified by its SNMP instance OID and add the corresponding change to the SnmpProxyCommitter.
      Parameters:
      oid - the instance OID of the SNMP scalar.
      value - the new value for that scalar proxy object.