Documentation

Documentation

Includes

tuya_cloud_types.h

#include "tuya_cloud_types.h"
#include "tuya_cloud_types.h"

Macros

Marco _AK_LAN_PROTOCOL_H

#define _AK_LAN_PROTOCOL_H

      

Functions

Func ak_lan_nwc_fin_inform

OPERATE_RET ak_lan_nwc_fin_inform(IN CONST BYTE_T random);
/**
 * @brief lan fin inform
 *
 * @param[in] random pid
 *
 * @return OPRT_OK on success. Others on error, please refer to tuya_error_code.h
 */

Func ak_lan_disc_init

OPERATE_RET ak_lan_disc_init(IN CONST CHAR_T* appid,IN CONST CHAR_T* dev_id);
/**
 * @brief lan disc init
 *
 * @param[in] appid pid
 * @param[in] dev_id dev id
 *
 * @return OPRT_OK on success. Others on error, please refer to tuya_error_code.h
 */

Func ak_lan_disc_pack_send

OPERATE_RET ak_lan_disc_pack_send(VOID);
/**
 * @brief lan disc package send
 *
 * @return OPRT_OK on success. Others on error, please refer to tuya_error_code.h
 */

Func ak_lan_rev_active_task

VOID ak_lan_rev_active_task(PVOID_T pArg);
/**
 * @brief lan disc package send
 *
 * @param[in] pArg argument
 *
 */

Func get_ak_active_status

INT_T get_ak_active_status(VOID);
/**
 * @brief get status
 *
 * @return status
 */

Vars

Consts

Types

Typedefs