Skip to content

PLCamera.GenDCStreamingStatusEnum Class#

Returns whether the current device data streaming format is GenDC. This value is conditioned by the GenDCStreamingMode.

Applies to: blaze

Visibility: Invisible

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.GenDCStreamingStatusEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of GenDCStreamingStatus (Overrides ParameterListEnum.Name.)
Public propertyOff

The device will only stream data in its native format.

Applies to: blaze

Public propertyOn

The device will stream all its data in the generic GenDC format.

Applies to: blaze

 

Methods#

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

PLCamera.GenDCStreamingStatusEnum.ToString Method#

The full name of GenDCStreamingStatus

Return Value#

Type: String
Returns the full name of GenDCStreamingStatus

PLCamera.GenDCStreamingStatusEnum Constructor#

Initializes a new instance of the PLCamera.GenDCStreamingStatusEnum class

PLCamera.GenDCStreamingStatusEnum.Name Property#

The full name of GenDCStreamingStatus

PLCamera.GenDCStreamingStatusEnum.Off Property#

The device will only stream data in its native format.

Applies to: blaze

PLCamera.GenDCStreamingStatusEnum.On Property#

The device will stream all its data in the generic GenDC format.

Applies to: blaze