1# NetConn_NetAddr 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| uint8_t family | 网络地址族。 | 20| uint8_t prefixlen | 前缀长度。 | 21| uint8_t port | 端口号。 | 22| char address[[NETCONN_MAX_STR_LEN]](capi-net-connection-type-h.md#宏定义) | 地址。 | 23 24 25