![]() |
io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
|
Network Timeout for _WIZCHIP_. More...
#include <wizchip_conf.h>
Data Fields | |
| uint8_t | s_retry_cnt |
| The default retry count of SOCKETn. More... | |
| uint16_t | s_time_100us |
| The retransmission time of SOCKETn (unit 100us) More... | |
| uint8_t | sl_retry_cnt |
| The retry count of SOCKET-less. More... | |
| uint16_t | sl_time_100us |
| The retransmission time of SOCKET-less (unit 100us) More... | |
Network Timeout for _WIZCHIP_.
wiz_NetInfo is a structure type to configure or indicate the network timeout of _WIZCHIP_.
Definition at line 502 of file wizchip_conf.h.
| uint8_t wiz_NetTimeout_t::s_retry_cnt |
The default retry count of SOCKETn.
Definition at line 504 of file wizchip_conf.h.
Referenced by wizchip_gettimeout(), and wizchip_settimeout().
| uint16_t wiz_NetTimeout_t::s_time_100us |
The retransmission time of SOCKETn (unit 100us)
Definition at line 505 of file wizchip_conf.h.
Referenced by wizchip_gettimeout(), and wizchip_settimeout().
| uint8_t wiz_NetTimeout_t::sl_retry_cnt |
The retry count of SOCKET-less.
Definition at line 506 of file wizchip_conf.h.
Referenced by wizchip_gettimeout(), and wizchip_settimeout().
| uint16_t wiz_NetTimeout_t::sl_time_100us |
The retransmission time of SOCKET-less (unit 100us)
Definition at line 507 of file wizchip_conf.h.
Referenced by wizchip_gettimeout(), and wizchip_settimeout().
1.8.17