Skip to content

PLTransportLayer.MissingCameraFrameResponseEnum Class#

Returns whether missing frames are reported. If no frame is received for a trigger pulse, the parameter is set to Yes.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLTransportLayer.MissingCameraFrameResponseEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of MissingCameraFrameResponse (Overrides ParameterListEnum.Name.)
Public propertyNo

The camera sends a frame for each output trigger pulse.

Applies to: CoaXPress

Public propertyYes

The camera doesn't send a frame for each output trigger pulse.

Applies to: CoaXPress

 

Methods#

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

PLTransportLayer.MissingCameraFrameResponseEnum.ToString Method#

The full name of MissingCameraFrameResponse

Return Value#

Type: String
Returns the full name of MissingCameraFrameResponse

PLTransportLayer.MissingCameraFrameResponseEnum Constructor#

Initializes a new instance of the PLTransportLayer.MissingCameraFrameResponseEnum class

PLTransportLayer.MissingCameraFrameResponseEnum.Name Property#

The full name of MissingCameraFrameResponse

PLTransportLayer.MissingCameraFrameResponseEnum.No Property#

The camera sends a frame for each output trigger pulse.

Applies to: CoaXPress

PLTransportLayer.MissingCameraFrameResponseEnum.Yes Property#

The camera doesn't send a frame for each output trigger pulse.

Applies to: CoaXPress