app_security_api.h
来自「加速度信息采集程序.主要是通过界面显示物体移动的信息采集。」· C头文件 代码 · 共 23 行
H
23 行
/* APP_security_API.h
* Mains application header
* $Author: b06900 $
* $Date: 2008/03/05 22:49:32 $
* $Name: $
*/
#ifndef __APP_SECURITY_API_H__
#define __APP_SECURITY_API_H__
#include "pub_def.h"
#include "app_config.h"
/* Prototypes */
extern void SECSecure(UINT8 *pBuffer, UINT8 u8Length);
extern void SECSetKey(UINT8 *pBuffer, UINT8 u8Length);
#endif /* __APP_SECURITY_API_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?