Enumeration of available Protocol Data Unit types
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public enum PduType |
| Visual Basic |
|---|
Public Enumeration PduType |
| Visual C++ |
|---|
public enum class PduType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Get | 160 | SNMP Get request PDU type | |
| GetNext | 161 | SNMP GetNext request PDU type | |
| Response | 162 | SNMP Response PDU type | |
| Set | 163 | SNMP Set request PDU type | |
| Trap | 164 | SNMP Trap notification PDU type | |
| GetBulk | 165 | SNMP GetBulk request PDU type | |
| Inform | 166 | SNMP Inform notification PDU type | |
| V2Trap | 167 | SNMP version 2 Trap notification PDU type | |
| Report | 168 | SNMP version 3 Report notification PDU type |