.. _doxcsid-class_p1_1_1_camera_sdk_1_1_sdk_event_type: SdkEventType Class ~~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.CameraSdk`` EventTypes that relate to the SDK, independent of a specific camera :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public class SdkEventType : :ref:`P1::CameraSdk::BaseEventType` .. _csdetails-class_p1_1_1_camera_sdk_1_1_sdk_event_type: Remarks ^^^^^^^ EventTypes that relate to the SDK, independent of a specific camera Properties ^^^^^^^^^^ .. toctree:: :hidden: SdkWakeUp CameraFound CameraRemoved CameraOpened CameraClosed .. list-table:: :widths: 30 70 * - :ref:`SdkWakeUp ` - The thread blocked in WaitForNotification was woken up another threads call to WakeUpWaitingThread * - :ref:`CameraFound ` - A camera was connected to the computer * - :ref:`CameraRemoved ` - A camera was removed from the computer * - :ref:`CameraOpened ` - A camera was opened by the SDK (on this computer) * - :ref:`CameraClosed ` - A camera was closed by the SDK (on this computer)