ISVP-SDK  3.12.0
Ingenic Smart Video Platform SDK
Enumerations | Functions
su_misc.h File Reference

Sysutils 其他功能头文件 More...

Go to the source code of this file.

Enumerations

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

Functions

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

Detailed Description

Sysutils 其他功能头文件