support aliyun sdk on TencentOS tiny
sample: examples\aliyun_iotkit_csdk_mqtt project: board\TencentOS_tiny_EVB_MX_Plus\KEIL\aliyun_iotkit_csdk_mqtt
This commit is contained in:
20
components/connectivity/iotkit-embedded-3.0.1/3rdparty/src/dev_model/dm_fota.h
vendored
Normal file
20
components/connectivity/iotkit-embedded-3.0.1/3rdparty/src/dev_model/dm_fota.h
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright (C) 2015-2018 Alibaba Group Holding Limited
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef _DM_FOTA_H_
|
||||
#define _DM_FOTA_H_
|
||||
|
||||
typedef struct {
|
||||
int is_report_new_config;
|
||||
} dm_fota_ctx_t;
|
||||
|
||||
int dm_fota_init(void);
|
||||
int dm_fota_deinit(void);
|
||||
int dm_fota_perform_sync(_OU_ char *output, _IN_ int output_len);
|
||||
int dm_fota_status_check(void);
|
||||
int dm_fota_request_image(_IN_ const char *version, _IN_ int buffer_len);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user