enumerator.qdoc 367 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/*!
    \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
*/