public interface SnmpValueFactory
| Modifier and Type | Method and Description | 
|---|---|
SnmpValue | 
getCounter32(long val)  | 
SnmpValue | 
getCounter64(BigInteger val)  | 
SnmpValue | 
getGauge32(long val)  | 
SnmpValue | 
getInt32(int val)  | 
SnmpValue | 
getIpAddress(InetAddress val)  | 
SnmpValue | 
getNull()  | 
SnmpValue | 
getObjectId(SnmpObjId objId)  | 
SnmpValue | 
getOctetString(byte[] bytes)  | 
SnmpValue | 
getOpaque(byte[] bs)  | 
SnmpValue | 
getTimeTicks(long val)  | 
SnmpValue | 
getValue(int type,
        byte[] bytes)  | 
SnmpValue getOctetString(byte[] bytes)
SnmpValue getCounter32(long val)
SnmpValue getCounter64(BigInteger val)
SnmpValue getGauge32(long val)
SnmpValue getInt32(int val)
SnmpValue getIpAddress(InetAddress val)
SnmpValue getTimeTicks(long val)
SnmpValue getValue(int type, byte[] bytes)
SnmpValue getNull()
SnmpValue getOpaque(byte[] bs)
Copyright © 2021. All rights reserved.