1# NetConn_ProbeResultInfo 2 3## Overview 4 5Defines the probe result. 6 7**Since**: 20 8 9**Related module**: [NetConnection](capi-netconnection.md) 10 11**Header file**: [net_connection_type.h](capi-net-connection-type-h.md) 12 13## Summary 14 15### Member Variables 16 17| Name| Description| 18| -- | -- | 19| uint8_t lossRate |Packet loss rate, in percentage. The value **100** indicates 100% packet loss, and the value **50** indicates 50% packet loss.| 20| uint32_t rtt[[NETCONN_MAX_RTT_NUM]](capi-net-connection-type-h.md#macros)| Delay information, including the minimum, average, maximum, and standard deviations.| 21