Enumeration of available Protocol Data Unit types
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public enum PduType |
| Visual Basic (Declaration) |
|---|
Public Enumeration PduType |
| Visual C++ |
|---|
public enum class PduType |
Members
| Member name | Description | |
|---|---|---|
| Get |
SNMP Get request PDU type
| |
| GetNext |
SNMP GetNext request PDU type
| |
| Response |
SNMP Response PDU type
| |
| Set |
SNMP Set request PDU type
| |
| Trap |
SNMP Trap notification PDU type
| |
| GetBulk |
SNMP GetBulk request PDU type
| |
| Inform |
SNMP Inform notification PDU type
| |
| V2Trap |
SNMP version 2 Trap notification PDU type
| |
| Report |
SNMP version 3 Report notification PDU type
|