Skip to content

PLCamera.BslLineConnectionEnum Class#

Sets the connection signal for the currently selected line.

Applies to: dart 2 USB

Visibility: Expert

Selected by: LineSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslLineConnectionEnum

Constructors#

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

Properties#

 NameDescription
Public propertyConnectionOff

No connection signal is set for the currently selected line.

Applies to: dart 2 USB

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

The TWI SCL signal is set for the currently selected line.

Applies to: dart 2 USB

Public propertyTwiSda

The TWI SDA signal is set for the currently selected line.

Applies to: dart 2 USB

 

Methods#

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

PLCamera.BslLineConnectionEnum.ToString Method#

The full name of BslLineConnection

Return Value#

Type: String
Returns the full name of BslLineConnection

PLCamera.BslLineConnectionEnum Constructor#

Initializes a new instance of the PLCamera.BslLineConnectionEnum class

PLCamera.BslLineConnectionEnum.ConnectionOff Property#

No connection signal is set for the currently selected line.

Applies to: dart 2 USB

PLCamera.BslLineConnectionEnum.Name Property#

The full name of BslLineConnection

PLCamera.BslLineConnectionEnum.TwiScl Property#

The TWI SCL signal is set for the currently selected line.

Applies to: dart 2 USB

PLCamera.BslLineConnectionEnum.TwiSda Property#

The TWI SDA signal is set for the currently selected line.

Applies to: dart 2 USB