Serialize the underlying network address followed by the big‐endian TCP port.

Synopsis

Declared in <netaddress.h>

template<typename Stream>
static
void
Ser(
    Stream& s,
    CService const& obj);

Parameters

Name

Description

obj

A combination of a network address (CNetAddr) and a (TCP) port

Created with MrDocs