:orphan: .. index:: pair: struct; tapi_snmp_oct_string_t .. _doxid-structtapi__snmp__oct__string__t: struct tapi_snmp_oct_string_t ============================= .. toctree:: :hidden: Overview ~~~~~~~~ Octet string :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_snmp_oct_string_t { // fields size_t :ref:`len`; uint8_t :ref:`data`[0]; }; .. _details-structtapi__snmp__oct__string__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Octet string Fields ------ .. index:: pair: variable; len .. _doxid-structtapi__snmp__oct__string__t_1a20a0ac913ee2a887059b95dc5ce81352: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t len length of the octet string .. index:: pair: variable; data .. _doxid-structtapi__snmp__oct__string__t_1a98707d09f21d1106affa1dbe2b5f4b2a: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t data[0] pointer to the first octet