RDK-V WiFi HAL 0.2.0
 
Loading...
Searching...
No Matches
_wifi_diag_ipping_result Struct Reference

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.
 

Detailed Description

structure for diag ipping result

Field Documentation

◆ ipping_AverageResponseTime

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.

◆ ipping_DiagnosticsState

CHAR ipping_DiagnosticsState[64]

Indicates availability of diagnostic data. Enumeration of: Complete, Error_CannotResolveHostName, Error_Internal, Error_Other.

◆ ipping_FailureCount

UINT ipping_FailureCount

Result parameter indicating the number of failed pings in the most recent ping test.

◆ ipping_MaximumResponseTime

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.

◆ ipping_MinimumResponseTime

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.

◆ ipping_SuccessCount

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.


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