pando_device_register.h 864 B

123456789101112131415161718192021222324
  1. /*******************************************************
  2. * File name: pando_device_register.h
  3. * Author: ruizeng
  4. * Versions: 1.0
  5. * Description:This module is to used to register device via pando cloud api.
  6. * History:
  7. * 1.Date: initial code
  8. * Author: ruizeng
  9. * Modification:
  10. *********************************************************/
  11. #ifndef __PANDO_DEVICE_REGISTER_H
  12. #define __PANDO_DEVICE_REGISTER_H
  13. #include "gateway_defs.h"
  14. /******************************************************************************
  15. * FunctionName : pando_device_register
  16. * Description : register pando device using pando cloud device register api.
  17. * Parameters : the specify callback function.
  18. * Returns :
  19. *******************************************************************************/
  20. void pando_device_register(gateway_callback callback);
  21. #endif