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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1358 ULONG maxUARTs = 0; local
1359 sysProps->COMGETTER(SerialPortCount)(&maxUARTs);
1360 for (ULONG currentUART = 0; currentUART < maxUARTs; currentUART++)

Completed in 49 milliseconds