:orphan: .. index:: pair: struct; iscsi_target_data .. _doxid-structiscsi__target__data: struct iscsi_target_data ======================== .. toctree:: :hidden: Overview ~~~~~~~~ Per target data of the Initiator. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct iscsi_target_data { // fields int :ref:`target_id`; bool :target:`is_active`; int :ref:`number_of_open_connections`; char :ref:`target_name`[ISCSI_MAX_NAME_LENGTH]; char :ref:`target_addr`[ISCSI_MAX_ADDR_LENGTH]; int :ref:`target_port`; :ref:`iscsi_connection_data_t` :target:`conns`[ISCSI_MAX_CONNECTIONS_NUMBER]; char :ref:`session_id`[ISCSI_SESSION_ID_LENGTH]; }; .. _details-structiscsi__target__data: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Per target data of the Initiator. Most of the fields correspond to operational parameters with the same name. See RFC3260 for allowed values. Fields ------ .. index:: pair: variable; target_id .. _doxid-structiscsi__target__data_1ad9515055e9e049cf63623d5cbf9be0e8: .. ref-code-block:: cpp :class: doxyrest-title-code-block int target_id Id of the Target .. index:: pair: variable; number_of_open_connections .. _doxid-structiscsi__target__data_1a8bb37ac4d4442b75236215a74d3bdce7: .. ref-code-block:: cpp :class: doxyrest-title-code-block int number_of_open_connections Number of initiated connections to the target .. index:: pair: variable; target_name .. _doxid-structiscsi__target__data_1ab50a083299a874ab7d2092ae5e617034: .. ref-code-block:: cpp :class: doxyrest-title-code-block char target_name[ISCSI_MAX_NAME_LENGTH] TargetName .. index:: pair: variable; target_addr .. _doxid-structiscsi__target__data_1a2b6c7bcb2b0f9321e27df4e65fc319da: .. ref-code-block:: cpp :class: doxyrest-title-code-block char target_addr[ISCSI_MAX_ADDR_LENGTH] TargetAddr .. index:: pair: variable; target_port .. _doxid-structiscsi__target__data_1a22fe9879a7ebf67198d4c6e2853ec117: .. ref-code-block:: cpp :class: doxyrest-title-code-block int target_port TargetPort .. index:: pair: variable; session_id .. _doxid-structiscsi__target__data_1af20235d049ee0cd5ce1b023fd9a4b5f3: .. ref-code-block:: cpp :class: doxyrest-title-code-block char session_id[ISCSI_SESSION_ID_LENGTH] Open iSCSI db record id or Microsoft session ID