Skip to content

PLCamera.BslSerialParityEnum Class#

Sets which kind of parity check is performed.

Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslSerialParityEnum

Constructors#

 NameDescription
Public methodPLCamera.BslSerialParityEnum Initializes a new instance of the PLCamera.BslSerialParityEnum class
 

Properties#

 NameDescription
Public propertyEven

An even parity check is performed.

Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress

Public propertyName The full name of BslSerialParity (Overrides ParameterListEnum.Name.)
Public propertyNone

No parity check is performed.

Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress

Public propertyOdd

An odd parity check is performed.

Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress

 

Methods#

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

PLCamera.BslSerialParityEnum.ToString Method#

The full name of BslSerialParity

Return Value#

Type: String
Returns the full name of BslSerialParity

PLCamera.BslSerialParityEnum Constructor#

Initializes a new instance of the PLCamera.BslSerialParityEnum class

PLCamera.BslSerialParityEnum.Even Property#

An even parity check is performed.

Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress

PLCamera.BslSerialParityEnum.Name Property#

The full name of BslSerialParity

PLCamera.BslSerialParityEnum.None Property#

No parity check is performed.

Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress

PLCamera.BslSerialParityEnum.Odd Property#

An odd parity check is performed.

Applies to: ace 2 GigE, ace 2 USB and boost CoaXPress