Skip to content

TransportLayerInfoKey Class#

Provides standard transport layer info key names.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.TransportLayerInfoKey

Syntax#

C#

public static class TransportLayerInfoKey

VB

Public NotInheritable Class TransportLayerInfoKey

The TransportLayerInfoKey type exposes the following members.

Properties#

NameDescription
Public propertyStatic memberDeviceType The device class device, e.g. BaslerUsb.
Public propertyStatic memberFriendlyName The human readable name of the device.
Public propertyStatic memberFullName The full name identifying the device.
Public propertyStatic memberTLType The transport layer type.
Public propertyStatic memberVendorName The vendor name of the device.
 

TransportLayerInfoKey.DeviceType Property#

The device class device, e.g. BaslerUsb.

Syntax#

C#

public static string DeviceType { get; }

VB

Public Shared ReadOnly Property DeviceType As String
    Get

Property Value#

Type: String

TransportLayerInfoKey.FriendlyName Property#

The human readable name of the device.

Syntax#

C#

public static string FriendlyName { get; }

VB

Public Shared ReadOnly Property FriendlyName As String
    Get

Property Value#

Type: String

TransportLayerInfoKey.FullName Property#

The full name identifying the device.

Syntax#

C#

public static string FullName { get; }

VB

Public Shared ReadOnly Property FullName As String
    Get

Property Value#

Type: String

TransportLayerInfoKey.TLType Property#

The transport layer type.

Syntax#

C#

public static string TLType { get; }

VB

Public Shared ReadOnly Property TLType As String
    Get

Property Value#

Type: String

TransportLayerInfoKey.VendorName Property#

The vendor name of the device.

Syntax#

C#

public static string VendorName { get; }

VB

Public Shared ReadOnly Property VendorName As String
    Get

Property Value#

Type: String