|
WIDAR Classes | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.nrao.widar.util.SnmpUtil.SnmpMessage
public static class SnmpUtil.SnmpMessage

| Field Summary | |
|---|---|
java.lang.String |
community
|
int |
errorIndex
|
int |
errorValue
|
int |
pduType
|
int |
requestId
|
int |
snmpVersion
|
java.util.Hashtable<java.lang.String,java.lang.Object> |
values
|
| Constructor Summary | |
|---|---|
SnmpUtil.SnmpMessage(byte[] msg)
Constructs an SnmpMessage from an array of bytes. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int snmpVersion
public int requestId
public int errorValue
public int errorIndex
public int pduType
public java.lang.String community
public java.util.Hashtable<java.lang.String,java.lang.Object> values
| Constructor Detail |
|---|
public SnmpUtil.SnmpMessage(byte[] msg)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionmsgBytes - the array of bytes containing an SNMP message.
|
NRAO/DRAO | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||