| Class | Description |
|---|---|
| BlockPdu |
The BlockPdu class is a wrapper class that will block until it
receives the answer.
|
| DiscoveryPdu |
This class is used to perform the SNMPv3 USM discovery.
|
| GetNextPdu_vec |
The GetNextPdu_vec class will ask for a number of objects (OIDs), based
on the GetNext request.
|
| GetPdu_vec |
The GetPdu_vec class will ask for a number of objects (OIDs), based
on the Get request.
|
| InformPdu_vec |
The InformPdu_vec class will inform a manager about a number of
objects (OIDs), based on the Inform request.
|
| InterfaceGetNextPdu |
The class InterfaceGetNextPdu.
|
| InterfaceGetNextPduStub |
The class InterfaceGetNextPduStub.
|
| InterfacePdu |
The InterfacePdu class asks one interface for information, useful for admin
purposes.
|
| InterfacesPdu |
The InterfacesPdu class will ask for the number of current interfaces.
|
| OneGetBulkPdu |
The OneGetBulkPdu class performs a getBulkRequest and collects
the response varbinds into a Vector.
|
| OneGetNextPdu |
The OneGetNextPdu class will ask for one (1) object (oid), based on
the GetNext request.
|
| OneGetPdu |
The OneGetPdu class will ask for one (1) object (OID), based on
the Get request.
|
| OneInformPdu | Deprecated
As of 4_14, just use
InformPdu |
| OneIntPdu |
The OneIntPdu class will ask for one (1) object (oid) of the
AsnInteger type, based on the Get request.
|
| OneSetPdu | Deprecated
As of 4_14, just use
SetPdu |
| OneTrapPduv1 | Deprecated
As of 4_14, just use
TrapPduv1 |
| OneTrapPduv2 | Deprecated
As of 4_14, just use
TrapPduv2 |
| PassiveTrapPduv1 |
This class represents the ASN SNMP v1 Trap PDU object
that does not create a thread to send itself.
|
| PassiveTrapPduv2 |
This class represents the ASN SNMP v2c (and higher) Trap PDU object
that does not create a thread to send itself.
|
| SetPdu_vec |
The SetPdu_vec class will set the value of a number of
objects (OIDs), based on the Set request.
|
| UpSincePdu |
The UpSincePdu class will send a Get request for the sysUpTime and
will calculate that date the system rebooted the last time.
|