PLTransportLayer.DeviceAccessStatusEnum Class#
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#
Name | Description | |
---|---|---|
![]() | PLTransportLayer.DeviceAccessStatusEnum | Initializes a new instance of the PLTransportLayer.DeviceAccessStatusEnum class |
Properties#
Name | Description | |
---|---|---|
![]() | Busy | The device is already opened by another entity. Applies to: CoaXPress and blaze |
![]() | Name | The full name of DeviceAccessStatus (Overrides ParameterListEnum.Name.) |
![]() | NoAccess | You can't connect to the device. Applies to: CoaXPress and blaze |
![]() | OpenReadOnly | The device is opened in Read-only mode by this GenTL host. Applies to: CoaXPress and blaze |
![]() | OpenReadWrite | The device is opened in Read/Write mode by this GenTL host. Applies to: CoaXPress and blaze |
![]() | ReadOnly | The device offers read-only access. Applies to: CoaXPress and blaze |
![]() | ReadWrite | The device offers read/write access. Applies to: CoaXPress and blaze |
![]() | Unknown | The status is unknown. Applies to: CoaXPress and blaze |
Methods#
Name | Description | |
---|---|---|
![]() | ToString | 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