.. index:: pair: class; P1::CameraSdk::IFullImageSubscription .. _doxid-class_p1_1_1_camera_sdk_1_1_i_full_image_subscription: class P1::CameraSdk::IFullImageSubscription =========================================== .. toctree:: :hidden: Overview ~~~~~~~~ Subscribe / unsubscribe to IIQ image file transfers. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class IFullImageSubscription: public :ref:`P1::CameraSdk::ISubscription` { }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // methods virtual bool :ref:`IsSupported`() const = 0; virtual bool :ref:`IsSubscribed`() const = 0; virtual void :ref:`Subscribe`() = 0; virtual void :ref:`Unsubscribe`() = 0; .. _details-class_p1_1_1_camera_sdk_1_1_i_full_image_subscription: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Subscribe / unsubscribe to IIQ image file transfers. Subscribing to this tells the camera that the host computer should ready receive captures when the camera is triggered. The camera may choose to ignore this (and not transmit any captures), as the storage configuration on the camera controls the behaviour. (*Host Storage* must be enabled.) This subscription is also used by the *image browsing* feature, to send IIQ files to the host. You *must* enable this subscription *before* calling :ref:`IStoredImageHandle::RequestImageAsync ` :ref:`Version ` 3.0