Class AgentXTestSetPDU

All Implemented Interfaces:
Serializable

public class AgentXTestSetPDU extends AgentXVariableBindingPDU
The AgentXTestSetPDU represents the agentx-TestSet-PDU defined by RFC 2741.
See Also:
  • Constructor Details

    • AgentXTestSetPDU

      public AgentXTestSetPDU(org.snmp4j.smi.OctetString context, org.snmp4j.smi.VariableBinding[] vbs)
      Create a AgentXTestSetPDU from context and variable bindings.
      Parameters:
      context - the context.
      vbs - an array of VariableBinding instances.
    • AgentXTestSetPDU

      public AgentXTestSetPDU(AgentXMessageHeader header)
      Parameters:
      header - the message header.