Convert TransportProtocolType enum to a string value
Declared in <node/connection_types.h>
std::string
TransportTypeAsString(TransportProtocolType transport_type);
The string name of transport_type.
| Name | Description |
|---|---|
| transport_type | The transport protocol version to convert. |