Skip to content

PLInterface.EventNotificationEnum Class#

Sets whether the host application is notified of the selected event.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLInterface.EventNotificationEnum

Constructors#

 NameDescription
Public methodPLInterface.EventNotificationEnum Initializes a new instance of the PLInterface.EventNotificationEnum class
 

Properties#

 NameDescription
Public propertyName The full name of EventNotification (Overrides ParameterListEnum.Name.)
Public propertyOff

The selected event notification is disabled.

Applies to: CoaXPress

Public propertyOn

The selected event notification is enabled.

Applies to: CoaXPress

Public propertyOnce

The selected event notification is enabled for one event and then returned to Off state.

Applies to: CoaXPress

 

Methods#

 NameDescription
Public methodToString The full name of EventNotification (Overrides Object.ToString()()()().)
 

PLInterface.EventNotificationEnum.ToString Method#

The full name of EventNotification

Return Value#

Type: String
Returns the full name of EventNotification

PLInterface.EventNotificationEnum Constructor#

Initializes a new instance of the PLInterface.EventNotificationEnum class

PLInterface.EventNotificationEnum.Name Property#

The full name of EventNotification

PLInterface.EventNotificationEnum.Off Property#

The selected event notification is disabled.

Applies to: CoaXPress

PLInterface.EventNotificationEnum.On Property#

The selected event notification is enabled.

Applies to: CoaXPress

PLInterface.EventNotificationEnum.Once Property#

The selected event notification is enabled for one event and then returned to Off state.

Applies to: CoaXPress