OSCAR-code/3rdparty/qextserialport/doc/examples/enumerator.qdoc
2013-09-16 14:45:50 +10:00

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
*/