Skip to content

PLCamera.BLCSerialPortParityEnum Class#

Reports the parity bit configuration of the serial communication module.

Applies to: GigE and ace USB

Visibility: Guru

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BLCSerialPortParityEnum

Constructors#

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

Properties#

 NameDescription
Public propertyEven

The serial communication module uses an even parity bit.

Applies to: GigE and ace USB

Public propertyName The full name of BLCSerialPortParity (Overrides ParameterListEnum.Name.)
Public propertyOdd

The serial communication module uses an odd parity bit.

Applies to: GigE and ace USB

Public propertyOff

The serial communication module does not use a parity bit.

Applies to: GigE and ace USB

 

Methods#

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

PLCamera.BLCSerialPortParityEnum.ToString Method#

The full name of BLCSerialPortParity

Return Value#

Type: String
Returns the full name of BLCSerialPortParity

PLCamera.BLCSerialPortParityEnum Constructor#

Initializes a new instance of the PLCamera.BLCSerialPortParityEnum class

PLCamera.BLCSerialPortParityEnum.Even Property#

The serial communication module uses an even parity bit.

Applies to: GigE and ace USB

PLCamera.BLCSerialPortParityEnum.Name Property#

The full name of BLCSerialPortParity

PLCamera.BLCSerialPortParityEnum.Odd Property#

The serial communication module uses an odd parity bit.

Applies to: GigE and ace USB

PLCamera.BLCSerialPortParityEnum.Off Property#

The serial communication module does not use a parity bit.

Applies to: GigE and ace USB