1# NetConn_Route 2 3## 概述 4 5路由配置信息。 6 7**起始版本:** 11 8 9**相关模块:** [NetConnection](capi-netconnection.md) 10 11**所在头文件:** [net_connection_type.h](capi-net-connection-type-h.md) 12 13## 汇总 14 15### 成员变量 16 17| 名称 | 描述 | 18| -- | -- | 19| char iface[[NETCONN_MAX_STR_LEN]](capi-net-connection-type-h.md#宏定义) | 网络接口 | 20| [NetConn_NetAddr](capi-netconnection-netconn-netaddr.md) destination | 目标地址 | 21| [NetConn_NetAddr](capi-netconnection-netconn-netaddr.md) gateway | 网关地址 | 22| int32_t hasGateway | 是否存在网关 | 23| int32_t isDefaultRoute | 是否是默认路由 | 24 25 26