Examples of DisplayStringScalar


Examples of org.snmp4j.agent.mo.snmp.DisplayStringScalar

                               Variable defaultValue, boolean mutableInService) {
    return new DisplayString(columnID, access, defaultValue, mutableInService);
  }

  public MOScalar createScalar(OID oid, MOAccess access, Variable value) {
    return new DisplayStringScalar(oid, access, (OctetString)
                                   ((value == null) ? createInitialValue()
                                    : value));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.