IPWorks IoT 2020 ActiveX Edition

Questions / Feedback?

Timeout Property

A timeout for the control.

Syntax

coapcontrol.Timeout[=integer]

Default Value

60

Remarks

This property specifies the number of seconds that the control should wait, synchronously, for a response to be received. A value of 0 means that the control will send the request data (when operating in client mode) or the response data (when operating in server mode) asynchronously, and then wait indefinitely, firing the applicable event once complete.

The control will use DoEvents to enter an efficient wait loop during any potential waiting period, ensuring that all system events are processed immediately as they arrive. This ensures that the host application does not "freeze" and remains responsive.

If Timeout expires, and the response has not yet been received, the control throws an exception.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 ActiveX Edition - Version 20.0 [Build 8265]