Typica is a free program for professional coffee roasters. https://typica.us
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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