Searched defs:strPortMode (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2556 Utf8Str strPortMode; local
2557 if (!pelmPort->getAttributeValue("hostMode", strPortMode))
2559 if (strPortMode == "RawFile")
2561 else if (strPortMode == "HostPipe")
2563 else if (strPortMode == "HostDevice")
2565 else if (strPortMode == "Disconnected")
2567 else if (strPortMode == "TCP")
2570 throw ConfigFileError(this, pelmPort, N_("Invalid value '%s' in UART/Port/@hostMode attribute"), strPortMode.c_str());

Completed in 87 milliseconds