Uses of Record Class
org.snmp4j.mcp.tool.snmp.McpSnmpCommandGenerator.VbRequest
Packages that use McpSnmpCommandGenerator.VbRequest
-
Uses of McpSnmpCommandGenerator.VbRequest in org.snmp4j.mcp.tool.snmp
Methods in org.snmp4j.mcp.tool.snmp that return types with arguments of type McpSnmpCommandGenerator.VbRequestModifier and TypeMethodDescriptionMcpSnmpCommandGenerator.PduRequest.variableBindings()Returns the value of thevariableBindingsrecord component.Constructor parameters in org.snmp4j.mcp.tool.snmp with type arguments of type McpSnmpCommandGenerator.VbRequestModifierConstructorDescriptionPduRequest(String type, List<McpSnmpCommandGenerator.VbRequest> variableBindings, String contextName, String contextEngineID, Integer maxRepetitions, Integer nonRepeaters) Creates an instance of aPduRequestrecord class.