public interface EngineIdProvider
EngineIdProvider holds persistently the engine ID of a SNMP engine.| Modifier and Type | Method and Description |
|---|---|
org.snmp4j.smi.OctetString |
getEngineId(org.snmp4j.smi.OctetString defaultEngineID)
Gets the engine ID for the SNMP entity associated with this
EngineIdProvider. |
void |
resetEngineId(org.snmp4j.smi.OctetString engineId)
Sets the persistently stored engine ID to a new value.
|
org.snmp4j.smi.OctetString getEngineId(org.snmp4j.smi.OctetString defaultEngineID)
EngineIdProvider.defaultEngineID - the engine ID for this entity, if there is no persistently saved engine ID yet.defaultEngineID which is then
persistently stored.void resetEngineId(org.snmp4j.smi.OctetString engineId)
engineId - the new engine ID for this SNMP entity.Copyright © 2020 SNMP4J.org. All rights reserved.