Package | Description |
---|---|
org.snmp4j.smi |
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
|
Modifier and Type | Method and Description |
---|---|
void |
VariantVariableCallback.updateVariable(VariantVariable variable)
The supplied variable needs to be updated because it is about
to be read.
|
abstract void |
ReadonlyVariableCallback.updateVariable(VariantVariable variable) |
void |
VariantVariableCallback.variableUpdated(VariantVariable variable)
The supplied variable's value has been updated.
|
void |
ReadonlyVariableCallback.variableUpdated(VariantVariable variable) |
Copyright © 2023 SNMP4J.org. All rights reserved.