Uses of Class
org.snmp4j.agent.io.ImportMode
-
Packages that use ImportMode Package Description org.snmp4j.agent org.snmp4j.agent.io org.snmp4j.agent.mo -
-
Uses of ImportMode in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type ImportMode Modifier and Type Method Description booleanRandomAccessManagedObject. importInstance(org.snmp4j.smi.OID instanceSubID, List<org.snmp4j.smi.VariableBinding> data, ImportMode importMode)Imports the data that internally represents the instance specified by the OID suffixinstanceIDfrom the byte data provided which can be encoded in any representation theManagedObjectis able to understand. -
Uses of ImportMode in org.snmp4j.agent.io
Methods in org.snmp4j.agent.io that return ImportMode Modifier and Type Method Description static ImportModeImportMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportMode[]ImportMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ImportMode in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo with parameters of type ImportMode Modifier and Type Method Description booleanDefaultMOTable. importInstance(org.snmp4j.smi.OID instanceID, List<org.snmp4j.smi.VariableBinding> data, ImportMode importMode)booleanMOScalar. importInstance(org.snmp4j.smi.OID instanceID, List<org.snmp4j.smi.VariableBinding> data, ImportMode importMode)
-