Constructs an address from a service endpoint and its advertised service flags.
Synopsis
Declared in <protocol.h>
CAddress(
CService ipIn,
ServiceFlags nServicesIn);
Parameters
Name |
Description |
ipIn |
The service endpoint (network address and port). |
nServicesIn |
The advertised service flags for this address. |
Created with MrDocs