EMatrixCodeReader::GetTimeOut

EMatrixCodeReader::SetTimeOut

This property is deprecated.

Time-out for the EMatrixCodeReader::Learn, EMatrixCodeReader::LearnMore and EMatrixCodeReader::Read methods.

Namespace: Euresys::Open_eVision

[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_TimeoutReached. 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

This property is deprecated.

Time-out for the EMatrixCodeReader::Learn, EMatrixCodeReader::LearnMore and EMatrixCodeReader::Read methods.

Namespace: Euresys.Open_eVision

[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 TimeoutReached. 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.