1# NetConn_NetSpecifier
2
3## Overview
4
5Defines the network feature set, including a network capability set and a network ID.
6
7**Since**: 12
8
9**Related module**: [NetConnection](_net_connection.md)
10
11
12## Summary
13
14
15### Member Variables
16
17| Name| Description|
18| -------- | -------- |
19| [caps](#caps) | Network capability set.|
20| [bearerPrivateIdentifier](#bearerprivateidentifier) | Network ID.|
21
22
23## Member Variable Description
24
25
26### caps
27
28```
29NetConn_NetCapabilities NetConn_NetSpecifier::caps
30```
31
32**Description**
33
34Defines the network capability set.
35
36
37### bearerPrivateIdentifier
38
39```
40char* NetConn_NetSpecifier::bearerPrivateIdentifier
41```
42
43**Description**
44
45Defines the network ID.
46