TuyaOS
include
components
tal_compatible
include
uni_rfc.h
浏览该文件的文档.
1
10
#ifndef _UNI_RFC_H
11
#define _UNI_RFC_H
12
13
#include "tuya_smartpointer.h"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
23
typedef
SMARTPOINTER_T
RFC_DATA_S
;
24
34
#define cr_rfc_data(data, data_len, malk, cnt) tuya_smartpointer_create(data, data_len, malk, cnt)
35
42
#define get_rfc_data(rfc_data) tuya_smartpointer_get(rfc_data)
43
52
#define put_rfc_data(rfc_data) tuya_smartpointer_put(rfc_data)
53
60
#define del_rfc_data(rfc_data) tuya_smartpointer_put(rfc_data)
61
62
#ifdef __cplusplus
63
}
64
#endif
/* __cplusplus */
65
66
#endif
RFC_DATA_S
SMARTPOINTER_T RFC_DATA_S
the reference data
Definition:
uni_rfc.h:23
制作者
1.9.4