Dangerous SNMP
|
This class is a wrapper around an enumeration for the "confirmed class" of a PDU. More...
#include <types.hpp>
Public Types | |
enum | Type { Unconfirmed, Confirmed } |
A Type represents one of the two defined values for the "confirmed class" of a PDU. More... | |
This class is a wrapper around an enumeration for the "confirmed class" of a PDU.
A PDU that is confirmed is one where the agent is expected to send a response. An unconfirmed PDU is not acknowledged by the agent.
enum Type |
A Type represents one of the two defined values for the "confirmed class" of a PDU.
Enumerator | |
---|---|
Unconfirmed |
No response is expected. |
Confirmed |
A response is expected. |