ISVP-SDK  3.12.0
Ingenic Smart Video Platform SDK
枚举 | 函数
su_misc.h 文件参考

Sysutils 其他功能头文件 更多...

浏览源代码.

枚举

enum  SUKeyEvent { KEY_RELEASED, KEY_PRESSED }
 按键事件. 更多...
 
enum  SULedCmd { LED_OFF, LED_ON }
 LED行为命令. 更多...
 

函数

int SU_Key_OpenEvent (void)
 获得按键事件句柄. 更多...
 
int SU_Key_CloseEvent (int evfd)
 关闭按键事件. 更多...
 
int SU_Key_ReadEvent (int evfd, int *keyCode, SUKeyEvent *event)
 读取按键事件. 更多...
 
int SU_Key_DisableEvent (int keyCode)
 Disable按键事件. 更多...
 
int SU_Key_EnableEvent (int keyCode)
 Enable按键事件. 更多...
 
int SU_LED_Command (int ledNum, SULedCmd cmd)
 发送LED命令. 更多...
 

详细描述

Sysutils 其他功能头文件