.. index:: pair: struct; P1::CameraSdk::NotificationEvent .. _doxid-struct_p1_1_1_camera_sdk_1_1_notification_event: struct P1::CameraSdk::NotificationEvent ======================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct NotificationEvent { // fields :ref:`CameraId` :target:`mCameraId` = -1; :ref:`NotificationType` :target:`mNotificationType` = :ref:`kNotificationTypeUndefined`; uint32_t :target:`mPropertyId` = 0; :ref:`CameraEventId` :target:`mCameraEventId` = :ref:`kCameraEventUndefined`; :ref:`SdkEventId` :target:`mSdkEventId` = :ref:`kSdkEventUndefined`; :ref:`CameraInfo` :target:`mSdkCameraInfo` = :ref:`CameraInfo::Invalid`; int8_t :target:`mTransferProgressPercent` = -1; // methods bool :target:`HasCameraId`(); bool :target:`operator ==` (const NotificationEvent& other) const; std::string :target:`ToString`() const; static NotificationEvent :target:`CreateProgressNotification`( :ref:`CameraEventId` type, :ref:`CameraId` camId, int8_t progressValue ); };