Skip to content

PLTransportLayer.DeviceAccessStatusEnum Class#

Returns the device's access status at the moment when the Device Update List command was last executed. This value only changes when the Device Update List command is executed.

Applies to: CoaXPress and blaze

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLTransportLayer.DeviceAccessStatusEnum

Constructors#

 NameDescription
Public methodPLTransportLayer.DeviceAccessStatusEnum Initializes a new instance of the PLTransportLayer.DeviceAccessStatusEnum class
 

Properties#

 NameDescription
Public propertyBusy

The device is already opened by another entity.

Applies to: CoaXPress and blaze

Public propertyName The full name of DeviceAccessStatus (Overrides ParameterListEnum.Name.)
Public propertyNoAccess

You can't connect to the device.

Applies to: CoaXPress and blaze

Public propertyOpenReadOnly

The device is opened in Read-only mode by this GenTL host.

Applies to: CoaXPress and blaze

Public propertyOpenReadWrite

The device is opened in Read/Write mode by this GenTL host.

Applies to: CoaXPress and blaze

Public propertyReadOnly

The device offers read-only access.

Applies to: CoaXPress and blaze

Public propertyReadWrite

The device offers read/write access.

Applies to: CoaXPress and blaze

Public propertyUnknown

The status is unknown.

Applies to: CoaXPress and blaze

 

Methods#

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

PLTransportLayer.DeviceAccessStatusEnum.ToString Method#

The full name of DeviceAccessStatus

Return Value#

Type: String
Returns the full name of DeviceAccessStatus

PLTransportLayer.DeviceAccessStatusEnum Constructor#

Initializes a new instance of the PLTransportLayer.DeviceAccessStatusEnum class

PLTransportLayer.DeviceAccessStatusEnum.Busy Property#

The device is already opened by another entity.

Applies to: CoaXPress and blaze

PLTransportLayer.DeviceAccessStatusEnum.Name Property#

The full name of DeviceAccessStatus

PLTransportLayer.DeviceAccessStatusEnum.NoAccess Property#

You can't connect to the device.

Applies to: CoaXPress and blaze

PLTransportLayer.DeviceAccessStatusEnum.OpenReadOnly Property#

The device is opened in Read-only mode by this GenTL host.

Applies to: CoaXPress and blaze

PLTransportLayer.DeviceAccessStatusEnum.OpenReadWrite Property#

The device is opened in Read/Write mode by this GenTL host.

Applies to: CoaXPress and blaze

PLTransportLayer.DeviceAccessStatusEnum.ReadOnly Property#

The device offers read-only access.

Applies to: CoaXPress and blaze

PLTransportLayer.DeviceAccessStatusEnum.ReadWrite Property#

The device offers read/write access.

Applies to: CoaXPress and blaze

PLTransportLayer.DeviceAccessStatusEnum.Unknown Property#

The status is unknown.

Applies to: CoaXPress and blaze