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