1# NetConn_NetCapabilities 2 3## Overview 4 5Defines network capability sets. 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| uint32_t linkUpBandwidthKbps | Uplink bandwidth.| 20| uint32_t linkDownBandwidthKbps | Downlink bandwidth.| 21| [NetConn_NetCap](capi-net-connection-type-h.md#netconn_netcap) netCaps[[NETCONN_MAX_CAP_SIZE]](capi-net-connection-type-h.md#macros) | Network capability list.| 22| int32_t netCapsSize | Actual size of the network capability list.| 23| [NetConn_NetBearerType](capi-net-connection-type-h.md#netconn_netbearertype) bearerTypes[[NETCONN_MAX_BEARER_TYPE_SIZE]](capi-net-connection-type-h.md#macros) | Bearer type list.| 24| int32_t bearerTypesSize | Actual size of the bearer type list.| 25