mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 12:10:43 +00:00
17 lines
351 B
Plaintext
17 lines
351 B
Plaintext
|
/*!
|
||
|
\example examples/enumerator
|
||
|
\title enumerator Demo
|
||
|
|
||
|
The example demonstrates how to use QextSerialEnumerator.
|
||
|
|
||
|
Include the proper header file
|
||
|
\snippet examples/enumerator/main.cpp 0
|
||
|
|
||
|
Get available ports in the system.
|
||
|
\snippet examples/enumerator/main.cpp 1
|
||
|
|
||
|
Output
|
||
|
\snippet examples/enumerator/main.cpp 2
|
||
|
*/
|
||
|
|