:orphan: .. index:: pair: struct; tapi_local_storage_device .. _doxid-structtapi__local__storage__device: struct tapi_local_storage_device ================================ .. toctree:: :hidden: Overview ~~~~~~~~ Device properties and methods to operate. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_local_storage_device { // fields :ref:`tapi_local_storage_device_type` :ref:`type`; const char* :ref:`name`; const char* :ref:`vid`; const char* :ref:`pid`; const char* :ref:`serial`; const char* :ref:`product_name`; const char* :ref:`manufacturer`; const char* :ref:`partition`; const :ref:`tapi_local_storage_device_methods`* :ref:`methods`; }; .. _details-structtapi__local__storage__device: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Device properties and methods to operate. Fields ------ .. index:: pair: variable; type .. _doxid-structtapi__local__storage__device_1a1f1eab87a150f9f3574182524065878b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_local_storage_device_type` type Type of storage device. .. index:: pair: variable; name .. _doxid-structtapi__local__storage__device_1a46fc8328a0ec868a1c967abc679fe376: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* name Name of storage in configurator. .. index:: pair: variable; vid .. _doxid-structtapi__local__storage__device_1aa312aa19dbc23428ec1c56edcaa84184: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* vid Disk Vendor ID. .. index:: pair: variable; pid .. _doxid-structtapi__local__storage__device_1a82a86f9afc5546a320637fbfff4be7ab: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* pid Disk Product ID. .. index:: pair: variable; serial .. _doxid-structtapi__local__storage__device_1a93391ce30b9aab2eb4318e50814255d6: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* serial Disk Serial Number. .. index:: pair: variable; product_name .. _doxid-structtapi__local__storage__device_1ab0d60943d8de9daa986c4228d0b10d3f: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* product_name Disk Product Name. .. index:: pair: variable; manufacturer .. _doxid-structtapi__local__storage__device_1a13d3891c8ba03c79e4eb8069d876b3c9: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* manufacturer Disk Manufacturer. .. index:: pair: variable; partition .. _doxid-structtapi__local__storage__device_1ad4a7f77b3b8baad82a959b4e4806c9b4: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* partition Disk partition under test. .. index:: pair: variable; methods .. _doxid-structtapi__local__storage__device_1a4e0effaf9c9c7f54d89e37d4deb49e90: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`tapi_local_storage_device_methods`* methods Methods to operate the device.