SNMP 2.0.0
Loading...
Searching...
No Matches
SNMP::Message::OID Class Reference

Helper class to defines some useful SNMP OIDs. More...

#include <src/SNMPMessage.h>

Static Public Attributes

static constexpr char * COLDSTART = "1.3.6.1.6.3.1.1.5.1"
 
static constexpr char * WARMSTART = "1.3.6.1.6.3.1.1.5.2"
 
static constexpr char * LINKDOWN = "1.3.6.1.6.3.1.1.5.3"
 
static constexpr char * LINKUP = "1.3.6.1.6.3.1.1.5.4"
 
static constexpr char * AUTHENTICATIONFAILURE = "1.3.6.1.6.3.1.1.5.5"
 

Static Private Attributes

static constexpr char * SYSUPTIME = "1.3.6.1.2.1.1.3.0"
 
static constexpr char * SNMPTRAPOID = "1.3.6.1.6.3.1.1.4.1.0"
 
static constexpr char * SNMPTRAPENTERPRISE = "1.3.6.1.6.3.1.1.4.3.0"
 

Friends

class Message
 

Detailed Description

Helper class to defines some useful SNMP OIDs.

Definition at line 116 of file SNMPMessage.h.

Friends And Related Symbol Documentation

◆ Message

friend class Message
friend

Definition at line 129 of file SNMPMessage.h.

Member Data Documentation

◆ AUTHENTICATIONFAILURE

char* SNMP::Message::OID::AUTHENTICATIONFAILURE = "1.3.6.1.6.3.1.1.5.5"
staticconstexpr

Definition at line 122 of file SNMPMessage.h.

◆ COLDSTART

char* SNMP::Message::OID::COLDSTART = "1.3.6.1.6.3.1.1.5.1"
staticconstexpr

Definition at line 118 of file SNMPMessage.h.

◆ LINKDOWN

char* SNMP::Message::OID::LINKDOWN = "1.3.6.1.6.3.1.1.5.3"
staticconstexpr

Definition at line 120 of file SNMPMessage.h.

◆ LINKUP

char* SNMP::Message::OID::LINKUP = "1.3.6.1.6.3.1.1.5.4"
staticconstexpr

Definition at line 121 of file SNMPMessage.h.

◆ SNMPTRAPENTERPRISE

char* SNMP::Message::OID::SNMPTRAPENTERPRISE = "1.3.6.1.6.3.1.1.4.3.0"
staticconstexprprivate

Definition at line 127 of file SNMPMessage.h.

◆ SNMPTRAPOID

char* SNMP::Message::OID::SNMPTRAPOID = "1.3.6.1.6.3.1.1.4.1.0"
staticconstexprprivate

Definition at line 126 of file SNMPMessage.h.

Referenced by SNMP::Message::setSNMPTrapOID().

◆ SYSUPTIME

char* SNMP::Message::OID::SYSUPTIME = "1.3.6.1.2.1.1.3.0"
staticconstexprprivate

Definition at line 125 of file SNMPMessage.h.

Referenced by SNMP::Message::setSNMPTrapOID().

◆ WARMSTART

char* SNMP::Message::OID::WARMSTART = "1.3.6.1.6.3.1.1.5.2"
staticconstexpr

Definition at line 119 of file SNMPMessage.h.


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