Skip to content

TLType Class#

Provides the names of the transport layer types.

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#

NameDescription
Public propertyStatic memberCameraEmulator Value for the camera emulator transport layer.
Public propertyStatic memberCameraLink Value for the Camera Link transport layer.
Public propertyStatic memberCxp Value for the CoaXPress transport layer.
Public propertyStatic memberGigE Value for the GigE Vision transport layer.
Public propertyStatic memberUsb 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

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