Skip to content

PLTransportLayer.OverflowEventSelectEnum Class#

An overflow event can be generated on each incomplete, lost or correct frame. With this enumeration, you can select which permutation of these three events is reported via overflow event.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLTransportLayer.OverflowEventSelectEnum

Constructors#

 NameDescription
Public methodPLTransportLayer.OverflowEventSelectEnum Initializes a new instance of the PLTransportLayer.OverflowEventSelectEnum class
 

Properties#

 NameDescription
Public propertyAll

Overflow event indicating frames of all states: correct, incomplete or lost.

Applies to: CoaXPress

Public propertyIncomplete

Overflow event indicating incomplete frames.

Applies to: CoaXPress

Public propertyIncompleteLost

Overflow event indicating incomplete and lost frames.

Applies to: CoaXPress

Public propertyIncompleteOK

Overflow event indicating correct or incomplete frames.

Applies to: CoaXPress

Public propertyLost

Overflow event indicating lost frames.

Applies to: CoaXPress

Public propertyLostOK

Overflow event indicating correct or lost frames.

Applies to: CoaXPress

Public propertyName The full name of OverflowEventSelect (Overrides ParameterListEnum.Name.)
Public propertyOK

Overflow event indicating correct frames.

Applies to: CoaXPress

 

Methods#

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

PLTransportLayer.OverflowEventSelectEnum.ToString Method#

The full name of OverflowEventSelect

Return Value#

Type: String
Returns the full name of OverflowEventSelect

PLTransportLayer.OverflowEventSelectEnum Constructor#

Initializes a new instance of the PLTransportLayer.OverflowEventSelectEnum class

PLTransportLayer.OverflowEventSelectEnum.All Property#

Overflow event indicating frames of all states: correct, incomplete or lost.

Applies to: CoaXPress

PLTransportLayer.OverflowEventSelectEnum.Incomplete Property#

Overflow event indicating incomplete frames.

Applies to: CoaXPress

PLTransportLayer.OverflowEventSelectEnum.IncompleteLost Property#

Overflow event indicating incomplete and lost frames.

Applies to: CoaXPress

PLTransportLayer.OverflowEventSelectEnum.IncompleteOK Property#

Overflow event indicating correct or incomplete frames.

Applies to: CoaXPress

PLTransportLayer.OverflowEventSelectEnum.Lost Property#

Overflow event indicating lost frames.

Applies to: CoaXPress

PLTransportLayer.OverflowEventSelectEnum.LostOK Property#

Overflow event indicating correct or lost frames.

Applies to: CoaXPress

PLTransportLayer.OverflowEventSelectEnum.Name Property#

The full name of OverflowEventSelect

PLTransportLayer.OverflowEventSelectEnum.OK Property#

Overflow event indicating correct frames.

Applies to: CoaXPress