[#CAddress-2constructor-08] = xref:CAddress.adoc[CAddress]::CAddress :relfileprefix: ../ :mrdocs: Constructs an address from a service endpoint, its service flags, and a last‐seen time. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CAddress( xref:CService.adoc[CService] ipIn, xref:ServiceFlags.adoc[ServiceFlags] nServicesIn, xref:NodeSeconds.adoc[NodeSeconds] time); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ipIn* | The service endpoint (network address and port). | *nServicesIn* | The advertised service flags for this address. | *time* | The last time this address was seen. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#