Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

enumerator.qdoc 367B

12345678910111213141516
  1. /*!
  2. \example examples/enumerator
  3. \title enumerator Demo
  4. The example demonstrates how to use QextSerialEnumerator.
  5. Include the proper header file
  6. \snippet examples/enumerator/main.cpp 0
  7. Get available ports in the system.
  8. \snippet examples/enumerator/main.cpp 1
  9. Output
  10. \snippet examples/enumerator/main.cpp 2
  11. */