Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor10930101093010 NetSock_CfgTimeoutConnReqGet_ms() (TCP) Anchor10930111093011Get socket’s connection request timeout value. Anchor10930121093012

Files

...

10930131093013net_sock.h/net_sock.c Anchor10930141093014

Prototype

NET_ERR *perr);
HTML Table
summary
classCode_Listing
Table Row (tr)
Table Cell (td)
rowspan2
Anchor
11238071123807
Code Block
          CPU_INT32U NetSock_CfgTimeoutConnReqGet_ms(NET_SOCK_ID  sock_id,
Anchor
11238091123809
Table Row (tr)

...


                                                     NET_ERR     *p_err);

Arguments

sock_id

This is the socket ID returned by NetSock_Open()/socket() when the socket was created or by NetSock_Accept()/accept() when a connection was accepted.

Anchor10930191093019 perr Anchor12570841257084p_err

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

...

...

NET_SOCK_ERR_NONE

...


NET_SOCK_ERR_NOT_USED

...


...

NET_SOCK_ERR_INVALID_SOCK

...


NET_INIT_ERR_

...

NOT_COMPLETED
NET_

...

ERR_

...

FAULT_LOCK

...

_ACQUIRE

Returned Value

0, Anchor14527341452734

on anyerrors;

...

NET_TMR_TIME_INFINITE,anchor14527371452737

if infinite (i.e., no timeout) value configured;

...

Timeout in number of milliseconds, otherwise.anchor10930291093029

Required Configuration

...

Available only if if NET_TCP_CFG_TRANSPORT_LAYER_SEL is configured for TCP (see section D-12-1 on page 755). Anchor10930311093031EN is enabled (see section TCP Layer Configuration).

Notes / Warnings

...

None.