Timeout Property

Public Property Timeout As Long

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 error with an error number of EthErrorTimeout. 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 a Long. It specifies the timeout in milliseconds. A value of zero means that operations should never time out.