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

📄 reader.h

📁 开发源代码的CPU卡的COS源程序。
💻 H
字号:
#ifndef __READER_H/* ============================================================================   Project Name : jayaCard TCK   Module Name  : proto/tck/cos/common/reader.h   Version : $Id: reader.h,v 1.7 2004/01/11 09:56:34 dgil Exp $	Description: common sources of a testing reader    The Original Code is jayaCard TCK code.    The Initial Developer of the Original Code is Gilles Dumortier.	Portions created by the Initial Developer are Copyright (C) 2002-2004 the    Initial Developer. All Rights Reserved.    Contributor(s):	Permission is granted to any individual to use, copy, or redistribute	this software so long as all of the original files are included	unmodified, that it is not sold for profit, and that this copyright	notice is retained.    This program is distributed in the hope that it will be useful,    but WITHOUT ANY WARRANTY; without even the implied warranty of    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.   History Rev	Description   021503 dgil	wrote it from scratch   ============================================================================*/#define __READER_H/* ============================================================================	Interface to send to   ========================================================================= */#define TCK_INTERFACE_CONTACT		0x00#define TCK_INTERFACE_CONTACTLESS_A	0x01#define TCK_INTERFACE_CONTACTLESS_B	0x02/* ============================================================================	send_simumsg_to_card()   ========================================================================= */jresult send_simumsg_to_card(SOCKET s,jbyte interf,char* msg,jbyte param);/* ============================================================================	receive_simumsg_from_card()	note: the parameter len is to collect len characters from the T=0 protocol	and this value will be ignored for the other message types.   ========================================================================= */jresult receive_simumsg_from_card(SOCKET s,char** msg,jword len);/* ========================================================================= */#endif/* __READER_H */

⌨️ 快捷键说明

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