1# NetConn_NetCapabilities 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| uint32_t linkUpBandwidthKbps | 上行带宽。 | 20| uint32_t linkDownBandwidthKbps | 下行带宽。 | 21| [NetConn_NetCap](capi-net-connection-type-h.md#netconn_netcap) netCaps[[NETCONN_MAX_CAP_SIZE]](capi-net-connection-type-h.md#宏定义) | 网络能力列表。 | 22| int32_t netCapsSize | 网络能力列表的实际size。 | 23| [NetConn_NetBearerType](capi-net-connection-type-h.md#netconn_netbearertype) bearerTypes[[NETCONN_MAX_BEARER_TYPE_SIZE]](capi-net-connection-type-h.md#宏定义) | 承载类型列表 | 24| int32_t bearerTypesSize | 承载类型列表的实际size | 25