Skip to content

PLTransportLayer.EventNotificationEnum Class#

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

Applies to: CoaXPress and blaze

Visibility: Expert

Selected by: EventSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLTransportLayer.EventNotificationEnum

Constructors#

 NameDescription
Public methodPLTransportLayer.EventNotificationEnum Initializes a new instance of the PLTransportLayer.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 and blaze

Public propertyOn

The selected event notification is enabled.

Applies to: CoaXPress and blaze

Public propertyOnce

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

Applies to: CoaXPress and blaze

 

Methods#

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

PLTransportLayer.EventNotificationEnum.ToString Method#

The full name of EventNotification

Return Value#

Type: String
Returns the full name of EventNotification

PLTransportLayer.EventNotificationEnum Constructor#

Initializes a new instance of the PLTransportLayer.EventNotificationEnum class

PLTransportLayer.EventNotificationEnum.Name Property#

The full name of EventNotification

PLTransportLayer.EventNotificationEnum.Off Property#

The selected event notification is disabled.

Applies to: CoaXPress and blaze

PLTransportLayer.EventNotificationEnum.On Property#

The selected event notification is enabled.

Applies to: CoaXPress and blaze

PLTransportLayer.EventNotificationEnum.Once Property#

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

Applies to: CoaXPress and blaze