structure for diag ipping setting More...
#include <wifi_common_hal.h>
Data Fields | |
| CHAR | ipping_Interface [256] |
| The value MUST be the path name of a row in the IP.Interface table. The IP-layer interface over which the test is to be performed. This identifies the source IP address to use when performing the test. Example: Device.IP.Interface.1. If an empty string is specified, the CPE MUST use the interface as directed by its routing policy (Forwarding table entries) to determine the appropriate interface. | |
| CHAR | ipping_Host [256] |
| Host name or address of the host to ping. In the case where Host is specified by name, and the name resolves to more than one address, it is up to the device implementation to choose which address to use. | |
| UINT | ipping_NumberOfRepetitions |
| Number of repetitions of the ping test to perform before reporting the results. | |
| UINT | ipping_Timeout |
| Timeout in milliseconds for the ping test. | |
| UINT | ipping_DataBlockSize |
| Size of the data block in bytes to be sent for each ping. | |
| UINT | ipping_DSCP |
| DiffServ codepoint to be used for the test packets. By default the CPE SHOULD set this value to zero. | |
structure for diag ipping setting
| UINT ipping_DataBlockSize |
Size of the data block in bytes to be sent for each ping.
| UINT ipping_DSCP |
DiffServ codepoint to be used for the test packets. By default the CPE SHOULD set this value to zero.
| CHAR ipping_Host[256] |
Host name or address of the host to ping. In the case where Host is specified by name, and the name resolves to more than one address, it is up to the device implementation to choose which address to use.
| CHAR ipping_Interface[256] |
The value MUST be the path name of a row in the IP.Interface table. The IP-layer interface over which the test is to be performed. This identifies the source IP address to use when performing the test. Example: Device.IP.Interface.1. If an empty string is specified, the CPE MUST use the interface as directed by its routing policy (Forwarding table entries) to determine the appropriate interface.
| UINT ipping_NumberOfRepetitions |
Number of repetitions of the ping test to perform before reporting the results.
| UINT ipping_Timeout |
Timeout in milliseconds for the ping test.