TuyaOS
tls_transporter.h
1#ifndef __TLS_TRANSPORTER_H__
2#define __TLS_TRANSPORTER_H__
3#ifdef __cplusplus
4extern "C" {
5#endif
6
14tuya_transporter_t tuya_tls_transporter_create();
15
25OPERATE_RET tuya_tls_transporter_destroy(tuya_transporter_t transporter);
26
27#ifdef __cplusplus
28} // extern "C"
29#endif
30
31#endif
Definition: tuya_transporter.h:386