コンテンツにスキップ

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#

 名前説明
Public methodPLTransportLayer.EventNotificationEnum Initializes a new instance of the PLTransportLayer.EventNotificationEnum class
 

プロパティ#

 名前説明
Public property名前 The full name of EventNotification (Overrides ParameterListEnum.Name.)
Public propertyOff

The selected event notification is disabled.

Applies to: CoaXPress and blaze

Public propertyその

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

 

方法#

 名前説明
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