Typica is a free program for professional coffee roasters. https://typica.us
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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