SnmpProxyObjectSnmpScalarGroupSnmpGroupImplROpublic interface SnmpScalarGroupRO extends SnmpProxyObject
SnmpScalarGroup class represents a read-only proxy object for group of SNMP scalar objects.| Modifier and Type | Method | Description |
|---|---|---|
List<SnmpScalarRO<?>> |
getScalars() |
Gets a list of the scalar proxy objects in this group.
|
void |
setScalars(List<SnmpScalarRO<?>> scalars) |
Sets the list of the scalar proxy objects in this group.
|
getContext, getOID, reload, waitForTaskList<SnmpScalarRO<?>> getScalars()
void setScalars(List<SnmpScalarRO<?>> scalars)
scalars - the list of scalar proxy objects in this group.Copyright © 2020 SNMP4J.org. All rights reserved.