コンテンツにスキップ

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#

 名前説明
Public methodPLStream.StatusEnum Initializes a new instance of the PLStream.StatusEnum class
 

プロパティ#

 名前説明
Public propertyClosed

The stream grabber is closed.

Applies to: GigE

Public propertyLocked

The stream grabber is locked.

Applies to: GigE

Public property名前 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

 

方法#

 名前説明
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