|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.agent.NativeSnmpVar
public class NativeSnmpVar
This class is used to implement native dlls
| Field Summary | |
|---|---|
int |
errindex
The Error Index value. |
byte |
errstat
The Error Status value. |
java.lang.String |
oid
The OID of the SnmpVar. |
byte |
type
The type of the SnmpVar. |
java.lang.String |
value
The value of the SnmpVar. |
| Constructor Summary | |
|---|---|
NativeSnmpVar(java.lang.String value,
byte type,
java.lang.String oid)
Constructor for NativeSnmpVar. |
|
NativeSnmpVar(java.lang.String value,
byte type,
java.lang.String oid,
byte errstat)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String value
public java.lang.String oid
public byte type
public byte errstat
public int errindex
| Constructor Detail |
|---|
public NativeSnmpVar(java.lang.String value,
byte type,
java.lang.String oid)
value - The value for the Var.type - The byte representation of Snmp type for the Var.oid - The String OID for the Var.
NativeSnmpVar(java.lang.String value,
byte type,
java.lang.String oid,
byte errstat)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||