TsctlTimeDelayDesc

From embeddedTS Manuals

This function delays until at least the specified number of microseconds has passed. For the TCP object, this means that although the call will delay execution on the server it will not block on the client, allowing additional calls to be queued to the server during the delay.

The C function itself will block until the delay is finished.