Timeout Property

int Timeout

Summary

This property configures the internal API timeout on any operations that require a response from the ETH32 device (for example, InputByte). If a method or property routine does not receive a reply from the ETH32 within the timeout period specified, it raises an Eth32Exception with an ErrorCode of EthError.Timeout error. This property does not affect the actual ETH32 device, but just the functionality within the API itself. This property does not affect any other Eth32 objects that may be open.

Parameters

This property does not have any parameters.

Value

This property is an integer. It specifies the timeout in milliseconds. A value of zero means that operations should never time out.