websocket_demo.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /**
  2. @file
  3. mqtt_demo.h
  4. @brief
  5. This file provides the definitions for datacall demo, and declares the
  6. API functions.
  7. */
  8. /*============================================================================
  9. Copyright (c) 2020 Quectel Wireless Solution, Co., Ltd. All Rights Reserved.
  10. Quectel Wireless Solution Proprietary and Confidential.
  11. =============================================================================*/
  12. /*===========================================================================
  13. EDIT HISTORY FOR MODULE
  14. This section contains comments describing changes made to the module.
  15. Notice that changes are listed in reverse chronological order.
  16. WHEN WHO WHAT, WHERE, WHY
  17. ---------- ------------ ----------------------------------------------------
  18. =============================================================================*/
  19. #ifndef WEBSOCKET_DEMO_H
  20. #define WEBSOCKET_DEMO_H
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24. /*========================================================================
  25. * function Definition
  26. *========================================================================*/
  27. int ql_websocket_app_init(void);
  28. #ifdef __cplusplus
  29. }/*"C" */
  30. #endif
  31. #endif /*WEBSOCKET_DEMO_H*/