ark::snmp::SnmpResult

Defined in header “ark/snmp/snmp_client.hh”.


Represents one OID/value tuple returned by an SNMP request.

Variables

  • std::string oid
    OID in textual dotted format (for example: 1.3.6.1.2.1.1.5.0).

  • SnmpValue value
    Decoded value for the OID.