Skip to content

PLCamera.DeviceTypeEnum Class#

Returns the device type.

Applies to: blaze

Visibility: Guru

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.DeviceTypeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of DeviceType (Overrides ParameterListEnum.Name.)
Public propertyPeripheral

Controllable device (with no data stream handling).

Applies to: blaze

Public propertyReceiver

Data stream receiver device.

Applies to: blaze

Public propertyTransceiver

Data stream receiver and transmitter device.

Applies to: blaze

Public propertyTransmitter

Data stream transmitter device.

Applies to: blaze

 

Methods#

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

PLCamera.DeviceTypeEnum.ToString Method#

The full name of DeviceType

Return Value#

Type: String
Returns the full name of DeviceType

PLCamera.DeviceTypeEnum Constructor#

Initializes a new instance of the PLCamera.DeviceTypeEnum class

PLCamera.DeviceTypeEnum.Name Property#

The full name of DeviceType

PLCamera.DeviceTypeEnum.Peripheral Property#

Controllable device (with no data stream handling).

Applies to: blaze

PLCamera.DeviceTypeEnum.Receiver Property#

Data stream receiver device.

Applies to: blaze

PLCamera.DeviceTypeEnum.Transceiver Property#

Data stream receiver and transmitter device.

Applies to: blaze

PLCamera.DeviceTypeEnum.Transmitter Property#

Data stream transmitter device.

Applies to: blaze