NotificationEvent Struct

Definition

Namespace: P1.CameraSdk

A notification class that include type and origin More…

public struct NotificationEvent

Remarks

A notification class that include type and origin

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. The current type of the event are defined by the property: NotificationType.

All notifucation types except sdk state changes refer to a Camera where the event originated.

See also:

Listener

Properties

Camera

The camera that triggered the notitification, or null

NotificationType

The type of the current notification

PropertyId

If this notification is a property changed type, this holds the Id that was changed

CameraEventId

If this notification is a camera action type, this holds the Id of that action.

SdkEventId

If this notification is a sdk state change type, this holds the Id of the change

SdkCameraInfo

TransferProgressInfo

Methods

ToString()