コンテンツにスキップ

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#

 名前説明
Public methodPLCamera.BLCSerialPortParityEnum Initializes a new instance of the PLCamera.BLCSerialPortParityEnum class
 

プロパティ#

 名前説明
Public propertyEven

The serial communication module uses an even parity bit.

Applies to: GigE and ace USB

Public property名前 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

 

方法#

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