Interface to the GigE transport layer specific parameters. More...
#include <pylon/gige/_GigETLParams.h>
Public Attributes | |
Root - Transport layer-specific parameter | |
GenApi::IInteger & | ReadTimeout |
Read access timeout value in milliseconds. More... | |
GenApi::IInteger & | WriteTimeout |
Write access timeout value in milliseconds. More... | |
GenApi::IInteger & | MaxRetryCountRead |
Maximum number of retries for read operations after a read operation timed out. More... | |
GenApi::IInteger & | MaxRetryCountWrite |
Maximum number of retries for write operations after a write operation timed out. More... | |
GenApi::IInteger & | HeartbeatTimeout |
Heartbeat timeout value in milliseconds. More... | |
GenApi::IBoolean & | CommandDuplicationEnable |
Enables the duplication of commands. More... | |
GenApi::IInteger & | StatisticReadWriteTimeoutCount |
Counts the number of timeouts in read and write operations when waiting for the response from the device. More... | |
Interface to the GigE transport layer specific parameters.
GenApi::IBoolean& Basler_GigETLParams::CGigETLParams_Params::CommandDuplicationEnable |
Enables the duplication of commands.
This feature enables the duplication of commands. This option should only be enabled in case of network problems.
Visibility = Guru
GenApi::IInteger& Basler_GigETLParams::CGigETLParams_Params::HeartbeatTimeout |
Heartbeat timeout value in milliseconds.
Visibility = Beginner
GenApi::IInteger& Basler_GigETLParams::CGigETLParams_Params::MaxRetryCountRead |
Maximum number of retries for read operations after a read operation timed out.
Visibility = Guru
GenApi::IInteger& Basler_GigETLParams::CGigETLParams_Params::MaxRetryCountWrite |
Maximum number of retries for write operations after a write operation timed out.
Visibility = Guru
GenApi::IInteger& Basler_GigETLParams::CGigETLParams_Params::ReadTimeout |
Read access timeout value in milliseconds.
Visibility = Beginner
GenApi::IInteger& Basler_GigETLParams::CGigETLParams_Params::StatisticReadWriteTimeoutCount |
Counts the number of timeouts in read and write operations when waiting for the response from the device.
Visibility = Guru
GenApi::IInteger& Basler_GigETLParams::CGigETLParams_Params::WriteTimeout |
Write access timeout value in milliseconds.
Visibility = Beginner