enum P1::CameraSdk::NotificationType

Overview

Defines which type of event a notification contains. More…

#include <C_P1CameraCommonEvents.h>

enum NotificationType
{
    kNotificationTypeUndefined           = 0,
    kNotificationTypeProperty            = 1,
    kNotificationTypeCameraEvent         = 2,
    kNotificationTypeSdkEvent            = 3,
    kNotificationTypeSpecificationChange = 4,
};

Detailed Documentation

Defines which type of event a notification contains.

Enum Values

kNotificationTypeUndefined

Unknown / invalid Notification

kNotificationTypeProperty

Notification describes a property value change event

kNotificationTypeCameraEvent

Notification describes a camera event

kNotificationTypeSdkEvent

Notification describes a global SDK event

kNotificationTypeSpecificationChange

Notification describes that a PropertySpecification has changed (not its value)