• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NetConn_NetHandle
2
3
4## 概述
5
6存放网络ID。
7
8**起始版本:** 11
9
10**相关模块:**[NetConnection](_net_connection.md)
11
12**所在头文件:** [net_connection_type.h](net__connection__type_8h.md#net_connection_typeh)
13
14## 汇总
15
16
17### 成员变量
18
19| 名称 | 描述 |
20| -------- | -------- |
21| [netId](#netid) | 网络标识符。 |
22
23
24## 结构体成员变量说明
25
26
27### netId
28
29```
30int32_t NetConn_NetHandle::netId
31```
32
33**描述**
34
35网络标识符。
36