Module org.snmp4j
Package org.snmp4j.mp

Interface MessageID

All Known Implementing Classes:
SimpleMessageID, TimedMessageID

public interface MessageID
The MessageID interface defines the characteristics of a SNMP message ID as defined by RFC 3412 ยง6.2.
Since:
2.4.3
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the integer representation of the message ID.
  • Method Details

    • getID

      int getID()
      Gets the integer representation of the message ID.
      Returns:
      the message ID as a value between 0 and 2147483647 (inclusive).