Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Delay for specified time, in milliseconds.

Files

net_app.h/net_app.c

Prototype

Arguments

time_dly_ms

Time delay value, in milliseconds.

p_err

Pointer to variable that will receive the error code from this function:

NET_APP_ERR_NONE
NET_APP_ERR_INVALID_ARG
NET_APP_ERR_FAULT

Returned Value

None.

Required Configuration

None.

Notes / Warnings

Time delay of 0 milliseconds allowed. Time delay limited to the maximum possible time delay supported by the system/OS.

  • No labels