Class AgentXUnregisterPDU

All Implemented Interfaces:
Serializable

public class AgentXUnregisterPDU extends AgentXRegisterPDU
The AgentXUnregisterPDU represents the agentx-Unregister-PDU defined by RFC 2741.
See Also:
  • Constructor Details

    • AgentXUnregisterPDU

      public AgentXUnregisterPDU(org.snmp4j.smi.OctetString context, org.snmp4j.smi.OID subtree, byte priority, byte rangeSubID, int upperBound)
      Parameters:
      context - the SNMPv3 context.
      subtree - the sub-tree to unregister.
      priority - the priority of the original registration.
      rangeSubID - the range sub ID of the original registration.
      upperBound - the upper bound of the original registration.
    • AgentXUnregisterPDU

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