:orphan: .. index:: pair: struct; tapi_snmp_varbind_t .. _doxid-structtapi__snmp__varbind__t: struct tapi_snmp_varbind_t ========================== .. toctree:: :hidden: Overview ~~~~~~~~ SNMP variable binding :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_snmp_varbind_t { // fields :ref:`tapi_snmp_oid_t` :ref:`name`; :ref:`tapi_snmp_vartypes_t` :ref:`type`; size_t :ref:`v_len`; unsigned char* :ref:`oct_string`; :ref:`tapi_snmp_oid_t`* :ref:`obj_id`; int :ref:`integer`; }; .. _details-structtapi__snmp__varbind__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ SNMP variable binding Fields ------ .. index:: pair: variable; name .. _doxid-structtapi__snmp__varbind__t_1a68b05a75f17b4ef6aea79af7c46435b0: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_snmp_oid_t` name Object identifier of variable. .. index:: pair: variable; type .. _doxid-structtapi__snmp__varbind__t_1a5faf981942dd016113eb8d87fc756c46: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_snmp_vartypes_t` type Type of variable. .. index:: pair: variable; v_len .. _doxid-structtapi__snmp__varbind__t_1a75c93ead19606a7ad60bd76786c61eb7: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t v_len length of data in variable value: quantity of bytes for octet-sting types, number of sub-identifiers for OID type, not used for integer types. .. index:: pair: variable; oct_string .. _doxid-structtapi__snmp__varbind__t_1a697359ee6bd051b4189110387957783a: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned char* oct_string Octet string value. .. index:: pair: variable; obj_id .. _doxid-structtapi__snmp__varbind__t_1a06ff0fc0421929a4cc8739e3defaaeca: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_snmp_oid_t`* obj_id Object identifier value. .. index:: pair: variable; integer .. _doxid-structtapi__snmp__varbind__t_1a1eec75ca14de88e4b19ad31006d1940e: .. ref-code-block:: cpp :class: doxyrest-title-code-block int integer integer value.