Configurations#

Macros#

#define

Maximum length of payload.

#define

Default packet count for ping.

#define

Packet Interval.

#define

Default packet size for ping.

#define

Ping thread stack size in word.

#define

Ping timeout.

Macro Definition Documentation#

SL_WISUN_PING_MAX_PAYLOAD_LENGTH#

#define SL_WISUN_PING_MAX_PAYLOAD_LENGTH
Value:
144U

Maximum length of payload.


SL_WISUN_PING_PACKET_COUNT#

#define SL_WISUN_PING_PACKET_COUNT
Value:
4U

Default packet count for ping.


SL_WISUN_PING_PACKET_INTERVAL#

#define SL_WISUN_PING_PACKET_INTERVAL
Value:
1000U

Packet Interval.


SL_WISUN_PING_PACKET_SIZE#

#define SL_WISUN_PING_PACKET_SIZE
Value:
40U

Default packet size for ping.


SL_WISUN_PING_STACK_SIZE_WORD#

#define SL_WISUN_PING_STACK_SIZE_WORD
Value:
256U

Ping thread stack size in word.


SL_WISUN_PING_TIMEOUT_MS#

#define SL_WISUN_PING_TIMEOUT_MS
Value:
10000U

Ping timeout.