.. index:: pair: class; P1::CameraSdkC::PropertySpecification .. _doxid-class_p1_1_1_camera_sdk_c_1_1_property_specification: class P1::CameraSdkC::PropertySpecification =========================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class PropertySpecification { public: // fields int :target:`mId` = 0; :ref:`PropertyValue` :target:`mValue`; :ref:`IString`* :target:`mName` = nullptr; :ref:`IString`* :target:`mGroup` = nullptr; bool :target:`mReadOnly` = false; bool :target:`mEnabled` = true; :ref:`CameraSdk::PropertyUserLevel` :target:`mUserLevel` = :ref:`CameraSdk::kPropertyUserLevelUndefined`; bool :target:`mSelectOnly` = false; bool :target:`mDisplayAsHex` = false; bool :target:`mRefreshRequired` = false; :ref:`IString`* :target:`mUnitString` = nullptr; :ref:`IString`* :target:`mDescription` = nullptr; uint32_t :target:`mDisplayIndex` = 0; :ref:`PropertyValue` :target:`mDefault`; :ref:`PropertyRange` :target:`mRange`; :ref:`IVector`<:ref:`PropertyValue`>* :target:`mValueList` = nullptr; // methods void :target:`Delete`(); };