EMatrixCodeReader::GetTimeOut
EMatrixCodeReader::SetTimeOut
Time-out for the EMatrixCodeReader::Learn, EMatrixCodeReader::LearnMore and
Namespace: Euresys::Open_eVision_2_5
[C++]
OEV_UINT32 GetTimeOut()
void SetTimeOut(OEV_UINT32 value)
Remarks
If the processing time of one of these functions becomes longer than the set time-out, the processing is stopped and an exception is thrown. In that case, the error code of the exception is EError. The time-out is set in microseconds. This time-out is not a real time-out. The processing is stopped as soon as possible after the time-out has been reached. This means that the time elapsed effectively in the method can be greater than the time-out in itself.
EMatrixCodeReader.TimeOut
Time-out for the EMatrixCodeReader::Learn, EMatrixCodeReader::LearnMore and
Namespace: Euresys::Open_eVision_2_5
[C#]
uint TimeOut
{ get; set; }
Remarks
If the processing time of one of these functions becomes longer than the set time-out, the processing is stopped and an exception is thrown. In that case, the error code of the exception is EError. The time-out is set in microseconds. This time-out is not a real time-out. The processing is stopped as soon as possible after the time-out has been reached. This means that the time elapsed effectively in the method can be greater than the time-out in itself.
EMatrixCodeReader.TimeOut
Time-out for the EMatrixCodeReader::Learn, EMatrixCodeReader::LearnMore and
[VB6]
TimeOut As Long
read-write
Remarks
If the processing time of one of these functions becomes longer than the set time-out, the processing is stopped and an exception is thrown. In that case, the error code of the exception is EError. The time-out is set in microseconds. This time-out is not a real time-out. The processing is stopped as soon as possible after the time-out has been reached. This means that the time elapsed effectively in the method can be greater than the time-out in itself.