InterfaceInfoKey Class#
Inheritance Hierarchy#
System.Object
Basler.Pylon.InterfaceInfoKey
Syntax#
C#
VB
The InterfaceInfoKey type exposes the following members.
Properties#
Name | Description | |
---|---|---|
DeviceType | The device type of the interface, e.g. BaslerGigE, BaslerUsb, BaslerCameraLink. | |
FriendlyName | The human readable name of the interface. | |
InterfaceID | The ID of the interface. | |
TLType | The transport layer type of the interface. | |
VendorName | The vendor name of the interface. |
InterfaceInfoKey.DeviceType Property#
The device type of the interface, e.g. BaslerGigE, BaslerUsb, BaslerCameraLink.
Syntax#
C#
VB
Property Value#
Type: String
InterfaceInfoKey.FriendlyName Property#
The human readable name of the interface.
Syntax#
C#
VB
Property Value#
Type: String
InterfaceInfoKey.InterfaceID Property#
The ID of the interface.
Syntax#
C#
VB
Property Value#
Type: String
InterfaceInfoKey.TLType Property#
The transport layer type of the interface.
Syntax#
C#
VB
Property Value#
Type: String
Remarks#
The static class TLType can be used to get a list of available transport layer types.
InterfaceInfoKey.VendorName Property#
The vendor name of the interface.
Syntax#
C#
VB
Property Value#
Type: String