Go to the source code of this file.
◆ DEFAULT_PING_MAX_COUNT
#define DEFAULT_PING_MAX_COUNT 4 |
◆ PING_COARSE
ping delay - in milliseconds
Definition at line 26 of file ping.h.
◆ PING_DATA_SIZE
#define PING_DATA_SIZE 32 |
ping additional data size to include in the packet
Definition at line 36 of file ping.h.
◆ PING_DEBUG
PING_DEBUG: Enable debugging for PING.
Definition at line 16 of file ping.h.
◆ PING_ID
ping identifier - must fit on a u16_t
Definition at line 31 of file ping.h.
◆ PING_RCV_TIMEO
#define PING_RCV_TIMEO 1000 |
ping receive timeout - in milliseconds
Definition at line 21 of file ping.h.
◆ PING_RESULT
#define PING_RESULT |
( |
|
ping_ok | ) |
|
ping result action - no default action
Definition at line 41 of file ping.h.
◆ PING_TIMEOUT_MS
#define PING_TIMEOUT_MS 1000 |
◆ PING_USE_SOCKETS
PING_USE_SOCKETS: Set to 1 to use sockets, otherwise the raw api is used
Definition at line 9 of file ping.h.
◆ ping_recv_function
typedef void(* ping_recv_function) (void *arg, void *pdata) |
◆ ping_sent_function
typedef void(* ping_sent_function) (void *arg, void *pdata) |
◆ ping_regist_recv()
◆ ping_regist_sent()
◆ ping_start()