Convert ConnectionType enum to a string value
Declared in <node/connection_types.h>
std::string
ConnectionTypeAsString(ConnectionType conn_type);
The lowercase, hyphenated string name of conn_type.
| Name | Description |
|---|---|
| conn_type | The connection type to convert. |