public class SnmpPdu extends VarBinds
| Modifier and Type | Class and Description |
|---|---|
static class |
SnmpPdu.ErrorType |
| Constructor and Description |
|---|
SnmpPdu() |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorIndex()
Returns the PDU error index
|
SnmpPdu.ErrorType |
getErrorStatus()
Returns the PDU error enumeration mapped to the PDU error codes.
|
int |
getMaxReps()
Returns the PDU max repetitions
|
SnmpFieldType |
getType()
Returns the type of the PDU (GET_REQ, SET_REQ, ...).
|
public SnmpFieldType getType()
public SnmpPdu.ErrorType getErrorStatus()
public int getErrorIndex()
public int getMaxReps()
Copyright © 2014. All Rights Reserved.