Dangerous SNMP
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
ConfirmedClass Class Reference

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...
 

Detailed Description

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.

Member Enumeration Documentation

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.


The documentation for this class was generated from the following file: