1# NetConn_NetAddr 2 3## Overview 4 5Defines network addresses. 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| uint8_t family | Network address family.| 20| uint8_t prefixlen | Prefix length.| 21| uint8_t port | Port number.| 22| char address[[NETCONN_MAX_STR_LEN]](capi-net-connection-type-h.md#macros)| Network address.| 23