MESH_RESPONSE_TIMEOUT

Constant MESH_RESPONSE_TIMEOUT 

Source
const MESH_RESPONSE_TIMEOUT: Duration;
Expand description

How long a mesh session waits for one command to come back.

Strictly longer than the driver’s own per-request budget, so a command that ran out of patience is reported by the driver — which knows whether the device was unreachable or this tool unlisted — and not by the handle, which would only know that nothing arrived.