PLStream.AccessModeEnum Class#
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#
Name | Description | |
---|---|---|
PLStream.AccessModeEnum | Initializes a new instance of the PLStream.AccessModeEnum class |
Properties#
Name | Description | |
---|---|---|
Control | 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 | |
Exclusive | The application has exclusive access to the device. No other application can control or monitor the device. Applies to: GigE and blaze | |
Monitor | The application has monitoring, i.e., read-only, access to the device. Applies to: GigE and blaze | |
Name | The full name of AccessMode (Overrides ParameterListEnum.Name.) | |
NotInitialized | Access to the device has not been initialized. Applies to: GigE and blaze |
Methods#
Name | Description | |
---|---|---|
ToString | 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