コンテンツにスキップ

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#

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

プロパティ#

 名前説明
Public propertyCustomBitShift

The bits are shifted by a user-defined value.

Applies to: CoaXPress

Public propertyLeftAligned

The bits left-aligned.

Applies to: CoaXPress

Public property名前 The full name of BitAlignment (Overrides ParameterListEnum.Name.)
Public propertyRightAligned

The bits right-aligned.

Applies to: CoaXPress

 

方法#

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