Kt_Irc.h 909 字节
/**
 ********************************************************************
 * @file   Kt_Irc.h
 *         Kt_Irc的头文件
 *
 *********************************************************************
 */

/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef KT_IRC_H
#define KT_IRC_H

/* Includes ------------------------------------------------------------------*/
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"

#ifdef __cplusplus
extern "C" {
#endif

/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/


/* Exported types ------------------------------------------------------------*/

/* Exported functions --------------------------------------------------------*/
T_JZsdkReturnCode JZsdk_Kt_Irc_Camera_Init();
T_JZsdkReturnCode JZsdk_Kt_Irc_ShutterSwitch(int value);


#ifdef __cplusplus
}
#endif

#endif