public final class SnmpPacketParser extends Object
| Constructor and Description |
|---|
SnmpPacketParser(com.davfx.ninio.snmp.AuthRemoteEngine authEngine,
ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorIndex() |
int |
getErrorStatus() |
int |
getRequestId() |
Iterable<SnmpResult> |
getResults() |
public SnmpPacketParser(com.davfx.ninio.snmp.AuthRemoteEngine authEngine,
ByteBuffer buffer)
throws IOException
IOExceptionpublic Iterable<SnmpResult> getResults()
public int getRequestId()
public int getErrorStatus()
public int getErrorIndex()
Copyright © 2020. All rights reserved.