Skip to content

PLCamera.BslPtpDelayMechanismEnum Class#

Indicates the PTP delay mechanism.

Applies to: ace 2 GigE

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslPtpDelayMechanismEnum

Constructors#

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

Properties#

 NameDescription
Public propertyE2E

The port is configured to use the delay request-response mechanism. Other PTP devices involved must also support E2E.

Applies to: ace 2 GigE

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

The port is configured to use the peer delay mechanism. Other PTP devices involved must also support P2P.

Applies to: ace 2 GigE

 

Methods#

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

PLCamera.BslPtpDelayMechanismEnum.ToString Method#

The full name of BslPtpDelayMechanism

Return Value#

Type: String
Returns the full name of BslPtpDelayMechanism

PLCamera.BslPtpDelayMechanismEnum Constructor#

Initializes a new instance of the PLCamera.BslPtpDelayMechanismEnum class

PLCamera.BslPtpDelayMechanismEnum.E2E Property#

The port is configured to use the delay request-response mechanism. Other PTP devices involved must also support E2E.

Applies to: ace 2 GigE

PLCamera.BslPtpDelayMechanismEnum.Name Property#

The full name of BslPtpDelayMechanism

PLCamera.BslPtpDelayMechanismEnum.P2P Property#

The port is configured to use the peer delay mechanism. Other PTP devices involved must also support P2P.

Applies to: ace 2 GigE