.. _doxcsid-interface_p1_1_1_camera_sdk_1_1_i_subscription: ISubscription Interface ~~~~~~~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.CameraSdk`` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public interface ISubscription Properties ^^^^^^^^^^ .. toctree:: :hidden: IsSupported IsSubscribed .. list-table:: :widths: 30 70 * - :ref:`IsSupported ` - Check if the camera supports this subscription * - :ref:`IsSubscribed ` - Check if we are currently subscribed Methods ^^^^^^^ .. toctree:: :hidden: Subscribe Unsubscribe .. list-table:: :widths: 33 67 * - :ref:`Subscribe() ` - Begin subscribing and receive notifications for the related events * - :ref:`Unsubscribe() ` - Cancel the subscription, no new notifications will be posted