Bitcoin Core 28.99.0
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
std::string | ConnectionTypeAsString (ConnectionType conn_type) |
Convert ConnectionType enum to a string value. More... | |
std::string | TransportTypeAsString (TransportProtocolType transport_type) |
Convert TransportProtocolType enum to a string value. More... | |
std::string ConnectionTypeAsString | ( | ConnectionType | conn_type | ) |
Convert ConnectionType enum to a string value.
Definition at line 8 of file connection_types.cpp.
std::string TransportTypeAsString | ( | TransportProtocolType | transport_type | ) |
Convert TransportProtocolType enum to a string value.
Definition at line 28 of file connection_types.cpp.