Skip to content

PLCamera.BLCSerialPortStopBitsEnum Class#

Reports the number of stop bits used by 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.BLCSerialPortStopBitsEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of BLCSerialPortStopBits (Overrides ParameterListEnum.Name.)
Public propertyStopBits0

The serial communication module does not use a stop bit.

Applies to: GigE and ace USB

Public propertyStopBits1

The serial communication module does uses 1 stop bit.

Applies to: GigE and ace USB

 

Methods#

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

PLCamera.BLCSerialPortStopBitsEnum.ToString Method#

The full name of BLCSerialPortStopBits

Return Value#

Type: String
Returns the full name of BLCSerialPortStopBits

PLCamera.BLCSerialPortStopBitsEnum Constructor#

Initializes a new instance of the PLCamera.BLCSerialPortStopBitsEnum class

PLCamera.BLCSerialPortStopBitsEnum.Name Property#

The full name of BLCSerialPortStopBits

PLCamera.BLCSerialPortStopBitsEnum.StopBits0 Property#

The serial communication module does not use a stop bit.

Applies to: GigE and ace USB

PLCamera.BLCSerialPortStopBitsEnum.StopBits1 Property#

The serial communication module does uses 1 stop bit.

Applies to: GigE and ace USB