SnmpProxyObject, SnmpScalarGroupROpublic interface SnmpScalarGroup extends SnmpScalarGroupRO
SnmpScalarGroup class represents a writable proxy object for group of SNMP scalar objects.| Modifier and Type | Method | Description |
|---|---|---|
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. |
getContext, getOID, reload, waitForTaskgetScalars, setScalarsvoid changeValue(org.snmp4j.smi.OID oid,
Object value)
SnmpProxyCommitter.oid - the instance OID of the SNMP scalar.value - the new value for that scalar proxy object.Copyright © 2020 SNMP4J.org. All rights reserved.