• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NetConn_Route
2
3## Overview
4
5Defines the route configuration.
6
7**Since**: 11
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| char iface[[NETCONN_MAX_STR_LEN]](capi-net-connection-type-h.md#macros)| Network interface.|
20| [NetConn_NetAddr](capi-netconnection-netconn-netaddr.md) destination | Destination address.|
21| [NetConn_NetAddr](capi-netconnection-netconn-netaddr.md) gateway | Gateway IP address.|
22| int32_t hasGateway | Whether a gateway exists.|
23| int32_t isDefaultRoute | Whether the default route is used. |
24