structure for diag ipping result More...
#include <wifi_common_hal.h>
Data Fields | |
| CHAR | ipping_DiagnosticsState [64] |
| Indicates availability of diagnostic data. Enumeration of: Complete, Error_CannotResolveHostName, Error_Internal, Error_Other. | |
| UINT | ipping_SuccessCount |
| Result parameter indicating the number of successful pings (those in which a successful response was received prior to the timeout) in the most recent ping test. | |
| UINT | ipping_FailureCount |
| Result parameter indicating the number of failed pings in the most recent ping test. | |
| UINT | ipping_AverageResponseTime |
| Result parameter indicating the average response time in milliseconds over all repetitions with successful responses of the most recent ping test. If there were no successful responses, this value MUST be zero. | |
| UINT | ipping_MinimumResponseTime |
| Result parameter indicating the minimum response time in milliseconds over all repetitions with successful responses of the most recent ping test. If there were no successful responses, this value MUST be zero. | |
| UINT | ipping_MaximumResponseTime |
| Result parameter indicating the maximum response time in milliseconds over all repetitions with successful responses of the most recent ping test. If there were no successful responses, this value MUST be zero. | |
structure for diag ipping result
| UINT ipping_AverageResponseTime |
Result parameter indicating the average response time in milliseconds over all repetitions with successful responses of the most recent ping test. If there were no successful responses, this value MUST be zero.
| CHAR ipping_DiagnosticsState[64] |
Indicates availability of diagnostic data. Enumeration of: Complete, Error_CannotResolveHostName, Error_Internal, Error_Other.
| UINT ipping_FailureCount |
Result parameter indicating the number of failed pings in the most recent ping test.
| UINT ipping_MaximumResponseTime |
Result parameter indicating the maximum response time in milliseconds over all repetitions with successful responses of the most recent ping test. If there were no successful responses, this value MUST be zero.
| UINT ipping_MinimumResponseTime |
Result parameter indicating the minimum response time in milliseconds over all repetitions with successful responses of the most recent ping test. If there were no successful responses, this value MUST be zero.
| UINT ipping_SuccessCount |
Result parameter indicating the number of successful pings (those in which a successful response was received prior to the timeout) in the most recent ping test.