TLType Class#
Inheritance Hierarchy#
System.Object
Basler.Pylon.TLType
Syntax#
C#
public static class TLType
VB
Public NotInheritable Class TLType
The TLType type exposes the following members.
Properties#
Name | Description | |
---|---|---|
![]() ![]() | CameraEmulator | Value for the camera emulator transport layer. |
![]() ![]() | CameraLink | Value for the Camera Link transport layer. |
![]() ![]() | Cxp | Value for the CoaXPress transport layer. |
![]() ![]() | GigE | Value for the GigE Vision transport layer. |
![]() ![]() | Usb | Value for the USB3 Vision transport layer. |
TLType.CameraEmulator Property#
Value for the camera emulator transport layer.
Syntax#
C#
public static string CameraEmulator { get; }
VB
Public Shared ReadOnly Property CameraEmulator As String
Get
Property Value#
Type: String
TLType.CameraLink Property#
Value for the Camera Link transport layer.
Syntax#
C#
public static string CameraLink { get; }
VB
Public Shared ReadOnly Property CameraLink As String
Get
Property Value#
Type: String
TLType.Cxp Property#
Value for the CoaXPress transport layer.
Syntax#
C#
public static string Cxp { get; }
VB
Public Shared ReadOnly Property Cxp As String
Get
Property Value#
Type: String
TLType.GigE Property#
Value for the GigE Vision transport layer.
Syntax#
C#
public static string GigE { get; }
VB
Public Shared ReadOnly Property GigE As String
Get
Property Value#
Type: String
TLType.Usb Property#
Value for the USB3 Vision transport layer.
Syntax#
C#
public static string Usb { get; }
VB
Public Shared ReadOnly Property Usb As String
Get
Property Value#
Type: String