ark::snmp::SnmpValue
Defined in header “ark/snmp/snmp_client.hh”.
A simple typed representation of an SNMP value.
SNMP can encode many wire-level types; this wrapper focuses on the “major” value families that application code commonly consumes:
Typedefs
- using Type =
Variables
-
Type type= Type::Null
The resolved value type. -
std::variant< int64_t, uint64_t, std::string > value= uint64_t{0}
The decoded value payload.