Interface to the USB transport layer specific parameters. More...
#include <pylon/usb/_UsbTLParams.h>
Public Attributes | |
Root - Transport layer-specific parameters. | |
GenApi::IBoolean & | MigrationModeEnable |
Maps certain SFNC1.X node names to compatible nodes when enabled. More... | |
Statistic - Statistical data. | |
GenApi::IInteger & | Statistic_Read_Pipe_Reset_Count |
The total count of read pipe resets. More... | |
GenApi::IInteger & | Statistic_Write_Pipe_Reset_Count |
The total count of write pipe resets. More... | |
GenApi::IInteger & | Statistic_Read_Operations_Failed_Count |
The total count of failed read operations. More... | |
GenApi::IInteger & | Statistic_Write_Operations_Failed_Count |
The total count of failed write operations. More... | |
GenApi::IInteger & | Statistic_Last_Error_Status |
The last error status for a read or write operation. More... | |
GenApi::IString & | Statistic_Last_Error_Status_Text |
The message text of the last error status for a read or write operation. More... | |
Interface to the USB transport layer specific parameters.
GenApi::IBoolean& Basler_UsbTLParams::CUsbTLParams_Params::MigrationModeEnable |
Maps certain SFNC1.X node names to compatible nodes when enabled.
Visibility = Guru
GenApi::IInteger& Basler_UsbTLParams::CUsbTLParams_Params::Statistic_Last_Error_Status |
The last error status for a read or write operation.
Visibility = Expert
GenApi::IString& Basler_UsbTLParams::CUsbTLParams_Params::Statistic_Last_Error_Status_Text |
The message text of the last error status for a read or write operation.
Visibility = Expert
GenApi::IInteger& Basler_UsbTLParams::CUsbTLParams_Params::Statistic_Read_Operations_Failed_Count |
The total count of failed read operations.
Visibility = Expert
GenApi::IInteger& Basler_UsbTLParams::CUsbTLParams_Params::Statistic_Read_Pipe_Reset_Count |
The total count of read pipe resets.
Visibility = Expert
GenApi::IInteger& Basler_UsbTLParams::CUsbTLParams_Params::Statistic_Write_Operations_Failed_Count |
The total count of failed write operations.
Visibility = Expert
GenApi::IInteger& Basler_UsbTLParams::CUsbTLParams_Params::Statistic_Write_Pipe_Reset_Count |
The total count of write pipe resets.
Visibility = Expert