ConnectionTypeAsString

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

NameDescription
conn_typeThe connection type to convert.