DeviceType Class#
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#
Name | Description | |
---|---|---|
![]() ![]() | BaslerGenTlBlazeDeviceClass | The Basler GenTL Blaze device type. |
![]() ![]() | BaslerGenTlCxpDeviceClass | The Basler GenTL CXP device type. |
![]() ![]() | BaslerGenTlGevDeviceClass | The Basler GenTL GEV device type. |
![]() ![]() | BaslerGenTlU3vDeviceClass | The Basler GenTL U3V device type. |
![]() ![]() | CameraEmulator | The Basler Camera Emulator device type. |
![]() ![]() | CameraLink | The Basler Camera Link device type. |
![]() ![]() | GenTLConsumerPrefix | The Basler GenTL consumer device type. This is a prefix. |
![]() ![]() | GigE | The Basler GigE device type. |
![]() ![]() | IEEE1394 | The Basler IEEE 1394 device type. |
![]() ![]() | Usb | 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
DeviceType.CameraLink Property#
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.IEEE1394 Property#
The Basler IEEE 1394 device type.
Syntax#
C#
public static string IEEE1394 { get; }
VB
Public Shared ReadOnly Property IEEE1394 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