public interface OIDTranslation
Modifier and Type | Method and Description |
---|---|
org.snmp4j.smi.OID |
backwardTranslate(org.snmp4j.smi.OID oid)
Translates (changes) an OID from remote to local representation.
|
org.snmp4j.smi.OID |
forwardTranslate(org.snmp4j.smi.OID oid)
Translates (changes) an OID from local to remote representation.
|
org.snmp4j.smi.OID forwardTranslate(org.snmp4j.smi.OID oid)
oid
- a local object identifier that needs to be translated to its remote
representation.org.snmp4j.smi.OID backwardTranslate(org.snmp4j.smi.OID oid)
oid
- a remote object identifier that needs to be translated to its local
representation.Copyright © 2019 SNMP4J.org. All rights reserved.