Skip to content

PLCamera.GevCCPEnum Class#

Sets the control channel privilege.

Applies to: GigE

Visibility: Guru

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.GevCCPEnum

Constructors#

 NameDescription
Public methodPLCamera.GevCCPEnum Initializes a new instance of the PLCamera.GevCCPEnum class
 

Properties#

 NameDescription
Public propertyControl

The control channel privilege is set to Control. An application with control access is the primary application for the camera. It can read from or write to the camera. Other applications are not allowed to read from the camera.

Applies to: GigE

Public propertyExclusive

The control channel privilege is set to Exclusive. An application with exclusive access is the primary application for this camera. It can read from or write to the camera. No other application can read from or write to this camera.

Applies to: GigE

Public propertyExclusiveControl

The control channel privilege is set to Exclusive Control.

Applies to: GigE

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

Methods#

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

PLCamera.GevCCPEnum.ToString Method#

The full name of GevCCP

Return Value#

Type: String
Returns the full name of GevCCP

PLCamera.GevCCPEnum Constructor#

Initializes a new instance of the PLCamera.GevCCPEnum class

PLCamera.GevCCPEnum.Control Property#

The control channel privilege is set to Control. An application with control access is the primary application for the camera. It can read from or write to the camera. Other applications are not allowed to read from the camera.

Applies to: GigE

PLCamera.GevCCPEnum.Exclusive Property#

The control channel privilege is set to Exclusive. An application with exclusive access is the primary application for this camera. It can read from or write to the camera. No other application can read from or write to this camera.

Applies to: GigE

PLCamera.GevCCPEnum.ExclusiveControl Property#

The control channel privilege is set to Exclusive Control.

Applies to: GigE

PLCamera.GevCCPEnum.Name Property#

The full name of GevCCP