Dangerous SNMP
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
\NdangerousThe dangerous namespace is the parent namespaces for everything under the Dangerous Linux project
 \NsnmpThe snmp namespace contains all of the SNMP-specific classes and functions required to perform SNMP operations with Dangerous SNMP
  oNsecuritymodelThe securitymodel namespace is used to encapsulate the various SNMPv3 security models
  |\CUSMThe User-based Security Model (USM) associates a user (by "user name") with security information
  oCAgentXAn AgentX represents an AgentX sub-agent
  |oCOidRegistrationEntryAn OidRegistrationEntry represents an OID that has been registered
  |\CValueEntryA ValueEntry represents an OID's value
  oCClientA Client instance is used to communicate with an SNMP agent
  oCContextA Dangerous SNMP "Context" is the backing for the rest of the Dangerous SNMP libraries
  oCExceptionThis defines the base exception class for Dangerous SNMP
  oCAuthenticationFailureExceptionThis represents an authentication failure
  oCAuthenticationGenerationExceptionThis represents a failed attempt to generate authentication information
  oCDecryptionExceptionThis represents a failed attempt to decrypt information
  oCEncryptionExceptionThis represents a failed attempt to encrypt information
  oCInvalidTypeExceptionThis represents a failed type conversion or use
  oCParseErrorExceptionThis represents a parse-error event
  oCTimeoutExceptionThis represents a timeout event
  oCUnknownTransportExceptionThis represents an unknown transport event
  oCLoggerMechanism by which Dangerous SNMP will perform logging operations
  oCNumericOidA NumericOid represents an "true" OID; that is, one identified by a series of integers (as opposed to a named OID)
  oCPDUErrorStatusThis is a container class for the enumerations of the PDU "errorStatus" field
  oCPDUA PDU represents an SNMP Protocol Data Unit (PDU)
  oCRawResponseThis represents the the response that is returned from an SNMP agent in response to some request that was sent
  oCResponseThis represents the result of a logical operation performed by the client
  |\CDetailsAdds a bit of extra information to a Response
  oCSecurityModelThis class is the base class for all security models
  oCAuthenticationThis is a container class for the type of authentication used in SNMPv3
  oCEncryptionThis is a container class for the type of encryption used in SNMPv3
  oCConfirmedClassThis class is a wrapper around an enumeration for the "confirmed class" of a PDU
  oCVarBindThis defines a variable binding, or "varbind"
  \CVariantA Variant defines an arbitrary value (within the scope of SNMP)