Gets and sets the request time-out. | |
Syntax: | long = object.RequestTimeoutMs object.RequestTimeoutMs = long |
Description: | CimS90_TCPIPPort.RequestTimeoutMs is a long
integer containing the number of milliseconds to wait for a
response when issuing a request (e.g. poll request) to a device.
This value is global for all ports using S90_TCPIP
communications. Examples myPort.ProtocolObject.RequestTimeoutMs = 4000 |