.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_descriptor: CameraDescriptor Class ~~~~~~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.CameraSdk`` Brief description of a camera - without necessarily having to open it :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public class CameraDescriptor .. _csdetails-class_p1_1_1_camera_sdk_1_1_camera_descriptor: Remarks ^^^^^^^ Brief description of a camera - without necessarily having to open it This class is used by the :ref:`Camera.AvailableCameras ` method, to return a list of available cameras. You do not have to create instances of the class yourself. .. rubric:: See also: :ref:`Camera.AvailableCameras ` Properties ^^^^^^^^^^ .. toctree:: :hidden: Connection Name SerialNum IPv4 IsOpen .. list-table:: :widths: 30 70 * - :ref:`Connection ` - * - :ref:`Name ` - * - :ref:`SerialNum ` - * - :ref:`IPv4 ` - :ref:`Camera ` 's IP address, if it is available via TCP/IP * - :ref:`IsOpen ` - Boolean stating if the camera is/was opened by this SDK, when the entry was populated. One can register for the SDK-events, :ref:`SdkEventId.CameraOpened ` and/or :ref:`SdkEventId.CameraClosed `, for notifications. Methods ^^^^^^^ .. toctree:: :hidden: ToString .. list-table:: :widths: 33 67 * - :ref:`ToString() ` -