Skip to content

PLStream.AccessModeEnum Class#

Indicates the mode of access the current application has to the device.

Applies to: GigE and blaze

Visibility: Guru

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLStream.AccessModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyControl

The application has control access to the device. Other applications are still able to monitor the device and can request to take over control or gain exclusive access to the device.

Applies to: GigE and blaze

Public propertyExclusive

The application has exclusive access to the device. No other application can control or monitor the device.

Applies to: GigE and blaze

Public propertyMonitor

The application has monitoring, i.e., read-only, access to the device.

Applies to: GigE and blaze

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

Access to the device has not been initialized.

Applies to: GigE and blaze

 

Methods#

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

PLStream.AccessModeEnum.ToString Method#

The full name of AccessMode

Return Value#

Type: String
Returns the full name of AccessMode

PLStream.AccessModeEnum Constructor#

Initializes a new instance of the PLStream.AccessModeEnum class

PLStream.AccessModeEnum.Control Property#

The application has control access to the device. Other applications are still able to monitor the device and can request to take over control or gain exclusive access to the device.

Applies to: GigE and blaze

PLStream.AccessModeEnum.Exclusive Property#

The application has exclusive access to the device. No other application can control or monitor the device.

Applies to: GigE and blaze

PLStream.AccessModeEnum.Monitor Property#

The application has monitoring, i.e., read-only, access to the device.

Applies to: GigE and blaze

PLStream.AccessModeEnum.Name Property#

The full name of AccessMode

PLStream.AccessModeEnum.NotInitialized Property#

Access to the device has not been initialized.

Applies to: GigE and blaze