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:
Properties
The camera that triggered the notitification, or |
|
The type of the current notification |
|
If this notification is a property changed type, this holds the Id that was changed |
|
If this notification is a camera action type, this holds the Id of that action. |
|
If this notification is a sdk state change type, this holds the Id of the change |
|