enum tapi_snmp_truth_value
Overview
Definitions of values for SNMP TruthValue type More…
#include <tapi_snmp.h> enum tapi_snmp_truth_value { SNMP_TRUE = 1, SNMP_FALSE = 2, };
Detailed Documentation
Definitions of values for SNMP TruthValue type
Enum Values
SNMP_TRUE
SNMP true value (from SNMPv2-TC)
SNMP_FALSE
SNMP false value (from SNMPv2-TC)