Skip to content

PLStream.StatusEnum Class#

Indicates the current status of the stream grabber.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLStream.StatusEnum

Constructors#

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

Properties#

 NameDescription
Public propertyClosed

The stream grabber is closed.

Applies to: GigE

Public propertyLocked

The stream grabber is locked.

Applies to: GigE

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

The stream grabber is not initialized.

Applies to: GigE

Public propertyOpen

The stream grabber is open.

Applies to: GigE

 

Methods#

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

PLStream.StatusEnum.ToString Method#

The full name of Status

Return Value#

Type: String
Returns the full name of Status

PLStream.StatusEnum Constructor#

Initializes a new instance of the PLStream.StatusEnum class

PLStream.StatusEnum.Closed Property#

The stream grabber is closed.

Applies to: GigE

PLStream.StatusEnum.Locked Property#

The stream grabber is locked.

Applies to: GigE

PLStream.StatusEnum.Name Property#

The full name of Status

PLStream.StatusEnum.NotInitialized Property#

The stream grabber is not initialized.

Applies to: GigE

PLStream.StatusEnum.Open Property#

The stream grabber is open.

Applies to: GigE