Class AgentXIndexDeallocatePDU

All Implemented Interfaces:
Serializable

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

    • AgentXIndexDeallocatePDU

      public AgentXIndexDeallocatePDU(org.snmp4j.smi.OctetString context, org.snmp4j.smi.VariableBinding[] vbs)
      Create AgentXIndexDeallocatePDU from context and variable bindings.
      Parameters:
      context - the context
      vbs - the VariableBindings.
    • AgentXIndexDeallocatePDU

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