📄 xms_demo_string.h
字号:
#ifndef _XMS_DEMO_STRING_H_
#define _XMS_DEMO_STRING_H_
char *GetString_EventType ( EventType_t EvtType );
char *GetString_DeviceMain ( DJ_S32 s32DeviceType );
char *GetString_DeviceSub ( DJ_S32 s32DeviceSub );
char *GetString_ErrorCode ( DJ_S32 s32ErrorCode );
void GetString_LineState ( char *StateStr, int iLineState );
char *GetString_PcmType ( int iPcmType );
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -