Class SMIAddress

All Implemented Interfaces:
Serializable, Cloneable, Comparable<Variable>, BERSerializable, Address, AssignableFromByteArray, AssignableFromString, Variable
Direct Known Subclasses:
GenericAddress, IpAddress

public abstract class SMIAddress extends AbstractVariable implements Address
A SMIAddress is an address that is defined by the Structure of Management Information (SMI) and can be thereby serialized through the Basic Encoding Rules (BER) used by the SNMP protocol.
Since:
1.5
Version:
1.8
Author:
Frank Fock
See Also:
  • Constructor Details

    • SMIAddress

      public SMIAddress()