:orphan: .. index:: pair: struct; tapi_radius_attr_t .. _doxid-structtapi__radius__attr__t: struct tapi_radius_attr_t ========================= .. toctree:: :hidden: Overview ~~~~~~~~ RADIUS attribute :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_radius_attr_t { // fields :ref:`tapi_radius_attr_type_t` :ref:`type`; :ref:`tapi_radius_type_t` :ref:`datatype`; uint8_t :ref:`len`; uint32_t :ref:`integer`; char* :ref:`string`; }; .. _details-structtapi__radius__attr__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ RADIUS attribute Fields ------ .. index:: pair: variable; type .. _doxid-structtapi__radius__attr__t_1ae5814d9cc6206b3af36989e8ccffc333: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_radius_attr_type_t` type Attribute type (identifier from the dictionary) .. index:: pair: variable; datatype .. _doxid-structtapi__radius__attr__t_1a4b7671a8609ce0814a9cffed0704be59: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_radius_type_t` datatype Datatype of attribute .. index:: pair: variable; len .. _doxid-structtapi__radius__attr__t_1a9eb1702bd6c02d66fb3307f101c52598: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t len Length of value (in bytes) (not including trailing null for STRING and TEXT, 4 for INTEGER, ADDRESS, TIME) .. index:: pair: variable; integer .. _doxid-structtapi__radius__attr__t_1a3220719e92b2b711a45e8144db5dfa56: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t integer Value for INTEGER, ADDDRESS, TIME .. index:: pair: variable; string .. _doxid-structtapi__radius__attr__t_1a9aef0925c8b532d36125d4d121d232f9: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* string Pointer to value for STRING and TEXT