Interface SnmpScalarRO<T>

Type Parameters:
T - model value type
All Superinterfaces:
SnmpProxyObject
All Known Subinterfaces:
SnmpScalar<T>
All Known Implementing Classes:
SnmpScalarImpl, SnmpScalarImplRO

public interface SnmpScalarRO<T> extends SnmpProxyObject
The SnmpScalarRO is a proxy object for a SMI scalar instance.
Author:
Frank Fock
  • Method Details

    • getName

      String getName()
    • getValue

      T getValue()
    • setValue

      void setValue(T value)
    • getValueClass

      Class<T> getValueClass()
    • getSnmpSyntax

      int getSnmpSyntax()