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