STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Fields
test_tcp_counters Struct Reference

#include <tcp_helper.h>

Data Fields

u32_t recv_calls
 
u32_t recved_bytes
 
u32_t recv_calls_after_close
 
u32_t recved_bytes_after_close
 
u32_t close_calls
 
u32_t err_calls
 
err_t last_err
 
char * expected_data
 
u32_t expected_data_len
 

Detailed Description

Definition at line 10 of file tcp_helper.h.

Field Documentation

u32_t close_calls

Definition at line 15 of file tcp_helper.h.

u32_t err_calls

Definition at line 16 of file tcp_helper.h.

char* expected_data

Definition at line 18 of file tcp_helper.h.

u32_t expected_data_len

Definition at line 19 of file tcp_helper.h.

err_t last_err

Definition at line 17 of file tcp_helper.h.

u32_t recv_calls

Definition at line 11 of file tcp_helper.h.

u32_t recv_calls_after_close

Definition at line 13 of file tcp_helper.h.

u32_t recved_bytes

Definition at line 12 of file tcp_helper.h.

u32_t recved_bytes_after_close

Definition at line 14 of file tcp_helper.h.


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