⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sce7100.h

📁 读卡器编程实例------Reader programming examples
💻 H
字号:
#ifndef __SCE7100_
#define __SCE7100_

#ifdef WIN32		//define in VC V6.0
#include <windows.h>
#endif

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#define DllExport WINAPI


#ifdef __cplusplus
extern "C"{				       //Used for C++
#endif

long DllExport ReadMagCard(char hd_no, char* pszTrk2, char* pszTrk3, char* szDispBuf);
long DllExport ReadPinPad(unsigned char hd_no, char* pszCardNo, char* pszOutKey);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -