PduType class

The type of snmp request which is sent to or received from the target device

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
Human-readable name of the PDU type
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
Integer representation (tag) of the PDU type
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

contains(int i) bool
Returns true if the tag (integer) is recognized as a PDU type

Constants

getBulkRequest → const PduType
Requests the next variable in the MIB tree and can also be used to specify multiple successors
getNextRequest → const PduType
Retrieve the next MIB variable that is specified in the PDU
getRequest → const PduType
Retrieve one or more requested MIB variables specified in the PDU
getResponse → const PduType
Sent by the SNMP agent in response to a GETREQUEST, GETNEXTREQUEST, or SETREQUEST PDU
informRequest → const PduType
Sent from an agent to a manager or from a manager to another manager to report a network event
report → const PduType
Allows an SNMP engine to tell another SNMP engine that an error was detected while processing an SNMP message (SNMP v3 only)
setRequest → const PduType
Set one or more MIB variables specified in the PDU with the value specified in the PDU
trap → const PduType
An unsolicited message sent by the SNMP agent to notify the SNMP manager about a significant event that occurred in the agent
trapV2 → const PduType
An unsolicited message sent by the SNMP agent to notify the SNMP manager about a significant event that occurred in the agent