Skip to content

PLTransportLayer.BitAlignmentEnum Class#

Sets the alignment of the bits in the output format.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLTransportLayer.BitAlignmentEnum

Constructors#

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

Properties#

 NameDescription
Public propertyCustomBitShift

The bits are shifted by a user-defined value.

Applies to: CoaXPress

Public propertyLeftAligned

The bits left-aligned.

Applies to: CoaXPress

Public propertyName The full name of BitAlignment (Overrides ParameterListEnum.Name.)
Public propertyRightAligned

The bits right-aligned.

Applies to: CoaXPress

 

Methods#

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

PLTransportLayer.BitAlignmentEnum.ToString Method#

The full name of BitAlignment

Return Value#

Type: String
Returns the full name of BitAlignment

PLTransportLayer.BitAlignmentEnum Constructor#

Initializes a new instance of the PLTransportLayer.BitAlignmentEnum class

PLTransportLayer.BitAlignmentEnum.CustomBitShift Property#

The bits are shifted by a user-defined value.

Applies to: CoaXPress

PLTransportLayer.BitAlignmentEnum.LeftAligned Property#

The bits left-aligned.

Applies to: CoaXPress

PLTransportLayer.BitAlignmentEnum.Name Property#

The full name of BitAlignment

PLTransportLayer.BitAlignmentEnum.RightAligned Property#

The bits right-aligned.

Applies to: CoaXPress