Skip to content

DeviceType Class#

Lists common device types.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.DeviceType

Syntax#

C#

public static class DeviceType

VB

Public NotInheritable Class DeviceType

The DeviceType type exposes the following members.

Properties#

NameDescription
Public propertyStatic memberBaslerGenTlBlazeDeviceClass The Basler GenTL Blaze device type.
Public propertyStatic memberBaslerGenTlCxpDeviceClass The Basler GenTL CXP device type.
Public propertyStatic memberBaslerGenTlGevDeviceClass The Basler GenTL GEV device type.
Public propertyStatic memberBaslerGenTlU3vDeviceClass The Basler GenTL U3V device type.
Public propertyStatic memberCameraEmulator The Basler Camera Emulator device type.
Public propertyStatic memberCameraLink The Basler Camera Link device type.
Public propertyStatic memberGenTLConsumerPrefix The Basler GenTL consumer device type. This is a prefix.
Public propertyStatic memberGigE The Basler GigE device type.
Public propertyStatic memberUsb The Basler USB device type.
 

DeviceType.BaslerGenTlBlazeDeviceClass Property#

The Basler GenTL Blaze device type.

Syntax#

C#

public static string BaslerGenTlBlazeDeviceClass { get; }

VB

Public Shared ReadOnly Property BaslerGenTlBlazeDeviceClass As String
    Get

Property Value#

Type: String

DeviceType.BaslerGenTlCxpDeviceClass Property#

The Basler GenTL CXP device type.

Syntax#

C#

public static string BaslerGenTlCxpDeviceClass { get; }

VB

Public Shared ReadOnly Property BaslerGenTlCxpDeviceClass As String
    Get

Property Value#

Type: String

DeviceType.BaslerGenTlGevDeviceClass Property#

The Basler GenTL GEV device type.

Syntax#

C#

public static string BaslerGenTlGevDeviceClass { get; }

VB

Public Shared ReadOnly Property BaslerGenTlGevDeviceClass As String
    Get

Property Value#

Type: String

DeviceType.BaslerGenTlU3vDeviceClass Property#

The Basler GenTL U3V device type.

Syntax#

C#

public static string BaslerGenTlU3vDeviceClass { get; }

VB

Public Shared ReadOnly Property BaslerGenTlU3vDeviceClass As String
    Get

Property Value#

Type: String

DeviceType.CameraEmulator Property#

The Basler Camera Emulator device type.

Syntax#

C#

public static string CameraEmulator { get; }

VB

Public Shared ReadOnly Property CameraEmulator As String
    Get

Property Value#

Type: String

The Basler Camera Link device type.

Syntax#

C#

public static string CameraLink { get; }

VB

Public Shared ReadOnly Property CameraLink As String
    Get

Property Value#

Type: String

DeviceType.GenTLConsumerPrefix Property#

The Basler GenTL consumer device type. This is a prefix.

Syntax#

C#

public static string GenTLConsumerPrefix { get; }

VB

Public Shared ReadOnly Property GenTLConsumerPrefix As String
    Get

Property Value#

Type: String

DeviceType.GigE Property#

The Basler GigE device type.

Syntax#

C#

public static string GigE { get; }

VB

Public Shared ReadOnly Property GigE As String
    Get

Property Value#

Type: String

DeviceType.Usb Property#

The Basler USB device type.

Syntax#

C#

public static string Usb { get; }

VB

Public Shared ReadOnly Property Usb As String
    Get

Property Value#

Type: String