io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
Data Fields
wiz_NetTimeout_t Struct Reference

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...
 

Detailed Description

Network Timeout for _WIZCHIP_.

wiz_NetInfo is a structure type to configure or indicate the network timeout of _WIZCHIP_.

See also
ctlnetwork(), CN_SET_TIMEOUT, CN_GET_TIMEOUT
wizchip_settimeout(), wizchip_gettimeout()

Definition at line 502 of file wizchip_conf.h.

Field Documentation

◆ s_retry_cnt

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().

◆ s_time_100us

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().

◆ sl_retry_cnt

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().

◆ sl_time_100us

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().


The documentation for this struct was generated from the following file: