Skip to content

PLStream.TypeEnum Class#

Sets the driver type to be used by the stream grabber.

Applies to: GigE and blaze

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLStream.TypeEnum

Constructors#

 NameDescription
Public methodPLStream.TypeEnum Initializes a new instance of the PLStream.TypeEnum class
 

Properties#

 NameDescription
Public propertyName The full name of Type (Overrides ParameterListEnum.Name.)
Public propertyNoDriverAvailable

No suitable driver is installed.

Applies to: GigE and blaze

Public propertySocketDriver

The socket driver is used.

Applies to: GigE and blaze

Public propertyWindowsFilterDriver

The pylon GigE Vision Filter Driver is used.

Applies to: GigE and blaze

Public propertyWindowsIntelPerformanceDriver

The pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze

 

Methods#

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

PLStream.TypeEnum.ToString Method#

The full name of Type

Return Value#

Type: String
Returns the full name of Type

PLStream.TypeEnum Constructor#

Initializes a new instance of the PLStream.TypeEnum class

PLStream.TypeEnum.Name Property#

The full name of Type

PLStream.TypeEnum.NoDriverAvailable Property#

No suitable driver is installed.

Applies to: GigE and blaze

PLStream.TypeEnum.SocketDriver Property#

The socket driver is used.

Applies to: GigE and blaze

PLStream.TypeEnum.WindowsFilterDriver Property#

The pylon GigE Vision Filter Driver is used.

Applies to: GigE and blaze

PLStream.TypeEnum.WindowsIntelPerformanceDriver Property#

The pylon GigE Vision Performance Driver is used.

Applies to: GigE and blaze