• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NetConn_TraceRouteInfo
2
3## Overview
4
5Defines the trace route information.
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 jumpNo | Number of hops.|
20| char address[[NETCONN_MAX_STR_LEN]](capi-net-connection-type-h.md#macros)| Host name or address.|
21| uint32_t rtt[[NETCONN_MAX_RTT_NUM]](capi-net-connection-type-h.md#macros)| Round-trip time, in ms.|
22