Skip to content
STAGING SERVER
DEVELOPMENT SERVER

PLCamera.BslSerialTransmitModeEnum Class#

Controls the transmit behaviour of the serial communication.

Applies to: ace 2 GigE, ace 2 USB, dart GigE and racer 2 CXP

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslSerialTransmitModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyFullDuplex

Transmit and receive can happen simultaneously.

Applies to: ace 2 GigE, ace 2 USB, dart GigE and racer 2 CXP

Public propertyHalfDuplex

Receiving will be stopped when data is transmitted.

Applies to: ace 2 GigE, ace 2 USB, dart GigE and racer 2 CXP

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

Methods#

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

PLCamera.BslSerialTransmitModeEnum.ToString Method#

The full name of BslSerialTransmitMode

Return Value#

Type: String
Returns the full name of BslSerialTransmitMode

PLCamera.BslSerialTransmitModeEnum Constructor#

Initializes a new instance of the PLCamera.BslSerialTransmitModeEnum class

PLCamera.BslSerialTransmitModeEnum.FullDuplex Property#

Transmit and receive can happen simultaneously.

Applies to: ace 2 GigE, ace 2 USB, dart GigE and racer 2 CXP

PLCamera.BslSerialTransmitModeEnum.HalfDuplex Property#

Receiving will be stopped when data is transmitted.

Applies to: ace 2 GigE, ace 2 USB, dart GigE and racer 2 CXP

PLCamera.BslSerialTransmitModeEnum.Name Property#

The full name of BslSerialTransmitMode