Skip to content

PLTransportLayer.DeviceEndianessMechanismEnum Class#

Sets the endianness handling mode.

Applies to: blaze

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLTransportLayer.DeviceEndianessMechanismEnum

Constructors#

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

Properties#

 NameDescription
Public propertyLegacy

The device endianness is handled according to GenICam Schema 1.0.

Applies to: blaze

Public propertyName The full name of DeviceEndianessMechanism (Overrides ParameterListEnum.Name.)
Public propertyStandard

The device endianness is handled according to GenICam Schema 1.1 and later.

Applies to: blaze

 

Methods#

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

PLTransportLayer.DeviceEndianessMechanismEnum.ToString Method#

The full name of DeviceEndianessMechanism

Return Value#

Type: String
Returns the full name of DeviceEndianessMechanism

PLTransportLayer.DeviceEndianessMechanismEnum Constructor#

Initializes a new instance of the PLTransportLayer.DeviceEndianessMechanismEnum class

PLTransportLayer.DeviceEndianessMechanismEnum.Legacy Property#

The device endianness is handled according to GenICam Schema 1.0.

Applies to: blaze

PLTransportLayer.DeviceEndianessMechanismEnum.Name Property#

The full name of DeviceEndianessMechanism

PLTransportLayer.DeviceEndianessMechanismEnum.Standard Property#

The device endianness is handled according to GenICam Schema 1.1 and later.

Applies to: blaze