SnmpProxyObject, SnmpScalarRO<T>SnmpScalarImplpublic interface SnmpScalar<T> extends SnmpScalarRO<T>
SnmpScalar class represents a writable proxy object for a SNMP scalar object.| Modifier and Type | Method | Description |
|---|---|---|
void |
changeValue(T value) |
Change the model value and add the change to the associated committer.
|
getContext, getOID, reload, waitForTaskgetName, getSnmpSyntax, getValue, getValueClass, setValuevoid changeValue(T value)
value - a new model value.Copyright © 2020 SNMP4J.org. All rights reserved.