.. _doxcsid-interface_p1_1_1_camera_sdk_1_1_i_notification_event: INotificationEvent Interface ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.CameraSdk`` Notification interface that encapsulate all types of notifications :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public interface INotificationEvent : IDisposable .. _csdetails-interface_p1_1_1_camera_sdk_1_1_i_notification_event: Remarks ^^^^^^^ Notification interface that encapsulate all types of notifications The event system uses this notification class to symbolize an incoming event. Such event can be one of three types: *Property changed*, *camera action* or *sdk state change*. All notification types except *sdk state changes* refer to a :ref:`Camera ` where the event originated. .. rubric:: See also: :ref:`Listener ` Properties ^^^^^^^^^^ .. toctree:: :hidden: Type HasImageFilename ImageId HasCamera Camera CameraId PropertyId IsCameraEvent IsSdkEvent IsPropertyEvent IsTransferEvent IsImageEvent BasicImageInfo Preview Tile LiveView FullImage StoredImageHandle CameraInfo TransferProgressPercent ImageFilename QueueMode .. list-table:: :widths: 30 70 * - :ref:`Type ` - The type of the current notification * - :ref:`HasImageFilename ` - ``true`` if :ref:`ImageFilename ` property holds a valid filename * - :ref:`ImageId ` - Gets the *id* of the image this event relates to, or zero (0) if this is not an image related event. * - :ref:`HasCamera ` - ``true`` if this notification event is related to a specific camera * - :ref:`Camera ` - The camera that triggered the notification, or ``null`` * - :ref:`CameraId ` - Gets the *id* of the camera that the notification relates to. * - :ref:`PropertyId ` - If this notification is a *property changed* type, this holds the Id that was changed * - :ref:`IsCameraEvent ` - * - :ref:`IsSdkEvent ` - * - :ref:`IsPropertyEvent ` - * - :ref:`IsTransferEvent ` - * - :ref:`IsImageEvent ` - * - :ref:`BasicImageInfo ` - Fetch some basic meta data from the image file, on the camera * - :ref:`Preview ` - If event type is :ref:`EventType.CameraPreviewReady `, this holds the image buffer data object. * - :ref:`Tile ` - If event type is :ref:`EventType.CameraTileReady `, this holds the image buffer data object. * - :ref:`LiveView ` - If event type is :ref:`EventType.CameraNewLiveViewImage `, this holds the image buffer data object. * - :ref:`FullImage ` - If event type is :ref:`EventType.CameraImageReady `, this holds the full image * - :ref:`StoredImageHandle ` - If event type is :ref:`EventType.CameraImageAdded `, :ref:`EventType.CameraImageRemoved ` or :ref:`EventType.CameraImageEdited ` this holds the image list item object. * - :ref:`CameraInfo ` - If this event is a SDK event like CameraFound or CameraRemoved This will contain a brief description of that camera. * - :ref:`TransferProgressPercent ` - If this is a file transfer progress event, this will contain the progress in percent. * - :ref:`ImageFilename ` - If transfer event, this is filename of the image being transferred * - :ref:`QueueMode ` - How this notification was queued in :ref:`Listener ` Methods ^^^^^^^ .. toctree:: :hidden: ToString .. list-table:: :widths: 33 67 * - :ref:`ToString() ` -