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 7 Next »

Delay for specified time, in milliseconds.

Files

net_app.h/net_app.c

Prototype

Arguments

time_dly_ms

Time delay value, in milliseconds.

perr

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

Available only if NET_APP_CFG_API_EN is enabled (see section D-18-1).

Notes / Warnings

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

  • No labels